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

@ -60,6 +60,7 @@ void CNpcFallingPlatformGenerator::think( int _frames )
{
case NPC_OILDRUM_PLATFORM:
case NPC_CRATE_PLATFORM:
case NPC_VERTICAL_OILDRUM_PLATFORM:
{
newPlatform = new ("falling platform") CNpcFallingNoRespawnPlatform;
break;