This commit is contained in:
parent
1d62c1aa7e
commit
a17ebb002a
4 changed files with 50 additions and 24 deletions
|
@ -70,7 +70,8 @@ void CNpcFallingPlatformGenerator::think( int _frames )
|
|||
case NPC_CRATE_PLATFORM:
|
||||
case NPC_VERTICAL_OILDRUM_PLATFORM:
|
||||
{
|
||||
newPlatform = new ("falling platform") CNpcFallingNoRespawnPlatform;
|
||||
//newPlatform = new ("falling platform") CNpcFallingNoRespawnPlatform;
|
||||
newPlatform = CNpcPlatform::Create( m_targetType );
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue