This commit is contained in:
parent
44bb303853
commit
2297e73b3c
6 changed files with 46 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue