This commit is contained in:
parent
51249170a7
commit
a3e585e960
4 changed files with 13 additions and 13 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue