This commit is contained in:
parent
c27dd4413b
commit
e7a4db50cc
11 changed files with 381 additions and 2 deletions
|
@ -147,6 +147,10 @@
|
|||
#include "platform\pfishhk3.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PRBRIDGE_H__
|
||||
#include "platform\prbridge.h"
|
||||
#endif
|
||||
|
||||
#include "fx\fx.h"
|
||||
#include "fx\fxjfish.h"
|
||||
|
||||
|
@ -344,6 +348,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_RISING_BRIDGE_PLATFORM:
|
||||
{
|
||||
platform = new ("rising bridge platform") CNpcRisingBridgePlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue