This commit is contained in:
Charles 2001-05-05 16:47:51 +00:00
parent a7b015ed1b
commit a1e47a513e
7 changed files with 38 additions and 1 deletions

View file

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