This commit is contained in:
parent
1484830356
commit
a36c7d3f9e
9 changed files with 39 additions and 7 deletions
|
@ -123,6 +123,9 @@
|
|||
#include "platform\pbgeyser.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PLEAF_H__
|
||||
#include "platform\pleaf.h"
|
||||
#endif
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -287,6 +290,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_LEAF_PLATFORM:
|
||||
{
|
||||
platform = new ("leaf platform") CNpcLeafPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue