This commit is contained in:
Charles 2001-04-25 20:09:36 +00:00
parent 51249170a7
commit a3e585e960
4 changed files with 13 additions and 13 deletions

View file

@ -35,13 +35,6 @@ void CNpcFishHookPlatform::processLifetime( int _frames )
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcFishHookPlatform::setToShutdown()
{
m_isShuttingDown = true;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcFishHookPlatform::processMovement( int _frames )
{
if ( m_isMoving )
@ -50,7 +43,7 @@ void CNpcFishHookPlatform::processMovement( int _frames )
if ( Pos.vy < 0 )
{
shutdown();
setToShutdown();
}
}
}