This commit is contained in:
Charles 2001-05-25 20:00:13 +00:00
parent 1d62c1aa7e
commit a17ebb002a
4 changed files with 50 additions and 24 deletions

View file

@ -61,7 +61,8 @@ void CNpcGeyserPlatformGenerator::think( int _frames )
{
case NPC_BUBBLE_PLATFORM:
{
newPlatform = new ("falling platform") CNpcBubblePlatform;
//newPlatform = new ("falling platform") CNpcBubblePlatform;
newPlatform = CNpcPlatform::Create( m_targetType );
break;
}