This commit is contained in:
parent
9ea6f40efa
commit
c1386b8903
11 changed files with 177 additions and 2 deletions
|
@ -20,4 +20,9 @@
|
|||
void CNpcBubblePlatform::processMovement( int _frames )
|
||||
{
|
||||
Pos.vy -= m_data[m_type].speed * _frames;
|
||||
|
||||
if ( Pos.vy < 0 )
|
||||
{
|
||||
setToShutdown();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue