This commit is contained in:
Charles 2001-05-04 16:47:09 +00:00
parent 44bb303853
commit 2297e73b3c
6 changed files with 46 additions and 0 deletions

View file

@ -255,6 +255,15 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
break;
}
case NPC_VERTICAL_OILDRUM_GENERATOR:
{
CNpcFallingPlatformGenerator *generator;
generator = new ("vertical oildrum generator") CNpcFallingPlatformGenerator;
generator->setTargetType( NPC_VERTICAL_OILDRUM_PLATFORM );
platform = generator;
break;
}
default:
{
ASSERT( 0 );