This commit is contained in:
parent
c175a50c88
commit
69d62eb3ec
4 changed files with 36 additions and 1 deletions
|
@ -173,6 +173,8 @@ CNpcPlatform *CNpcPlatform::Create(sThingPlatform *ThisPlatform)
|
|||
break;
|
||||
}
|
||||
|
||||
case NPC_OILDRUM_PLATFORM:
|
||||
case NPC_CRATE_PLATFORM:
|
||||
case NPC_FALLING_PLATFORM:
|
||||
{
|
||||
platform = new ("falling platform") CNpcFallingPlatform;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue