This commit is contained in:
parent
fdfe68f4b5
commit
308db847f1
12 changed files with 67 additions and 98 deletions
|
@ -115,6 +115,10 @@
|
|||
#include "platform\praft.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PLANTERN_H__
|
||||
#include "platform\plantern.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -264,6 +268,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_LANTERN_PLATFORM:
|
||||
{
|
||||
platform = new ("lantern platform") CNpcLanternPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue