This commit is contained in:
Charles 2001-06-06 14:14:47 +00:00
parent ed42b035d1
commit 3713a14b54
7 changed files with 37 additions and 1 deletions

View file

@ -179,6 +179,10 @@
#include "platform\psswitch.h"
#endif
#ifndef __PLATFORM_PLIFT_H__
#include "platform\plift.h"
#endif
#include "fx\fx.h"
#include "fx\fxjfish.h"
@ -411,6 +415,12 @@ CNpcPlatform *CNpcPlatform::Create(int Type)
break;
}
case NPC_LIFT_PLATFORM:
{
platform = new ("lift platform") CNpcLiftPlatform;
break;
}
default:
{
ASSERT( 0 );