This commit is contained in:
parent
5b785068c2
commit
fa5105d783
96 changed files with 550 additions and 406 deletions
|
@ -97,7 +97,6 @@ void CNpcFallingPlatformGenerator::think( int _frames )
|
|||
//startPos.vy = 100;
|
||||
|
||||
newPlatform->init( startPos );
|
||||
ASSERT(m_layerCollision);
|
||||
|
||||
while( sourceWaypoint )
|
||||
{
|
||||
|
@ -106,7 +105,6 @@ void CNpcFallingPlatformGenerator::think( int _frames )
|
|||
}
|
||||
}
|
||||
|
||||
newPlatform->setLayerCollision( m_layerCollision );
|
||||
newPlatform->setTiltable( false );
|
||||
newPlatform->postInit();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue