This commit is contained in:
Charles 2001-05-04 23:56:39 +00:00
parent 1484830356
commit a36c7d3f9e
9 changed files with 39 additions and 7 deletions

View file

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