This commit is contained in:
Charles 2001-05-04 18:54:27 +00:00
parent fdfe68f4b5
commit 308db847f1
12 changed files with 67 additions and 98 deletions

View file

@ -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 );