This commit is contained in:
parent
d81378013f
commit
a74745a7b2
25 changed files with 103 additions and 13 deletions
|
@ -127,6 +127,10 @@
|
|||
#include "platform\pleaf.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PBWHEEL_H__
|
||||
#include "platform\pbwheel.h"
|
||||
#endif
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -296,6 +300,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_BIG_WHEEL_PLATFORM:
|
||||
{
|
||||
platform = new ("big wheel platform") CNpcBigWheelPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue