This commit is contained in:
parent
a7b015ed1b
commit
a1e47a513e
7 changed files with 38 additions and 1 deletions
|
@ -131,6 +131,10 @@
|
|||
#include "platform\pbwheel.h"
|
||||
#endif
|
||||
|
||||
#ifndef __PLATFORM_PSBARREL_H__
|
||||
#include "platform\psbarrel.h"
|
||||
#endif
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
@ -306,6 +310,12 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_STEERABLE_BARREL_PLATFORM:
|
||||
{
|
||||
platform = new ("steerable barrel platform") CNpcSteerableBarrelPlatform;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
{
|
||||
ASSERT( 0 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue