This commit is contained in:
Charles 2001-05-01 14:24:48 +00:00
parent c175a50c88
commit 69d62eb3ec
4 changed files with 36 additions and 1 deletions

View file

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