This commit is contained in:
Charles 2001-05-23 16:01:00 +00:00
parent c27dd4413b
commit e7a4db50cc
11 changed files with 381 additions and 2 deletions

View file

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