This commit is contained in:
parent
f9286f6ad3
commit
dec9d1139a
9 changed files with 119 additions and 1 deletions
|
@ -171,6 +171,10 @@
|
|||
#include "platform\pfallnor.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PDROP_H__
|
||||
#include "platform\pdrop.h"
|
||||
#endif
|
||||
|
||||
#include "fx\fx.h"
|
||||
#include "fx\fxjfish.h"
|
||||
|
||||
|
@ -391,6 +395,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_DROP_PLATFORM:
|
||||
{
|
||||
platform = new ("drop platform") CNpcDropPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue