This commit is contained in:
parent
ed42b035d1
commit
3713a14b54
7 changed files with 37 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue