This commit is contained in:
parent
145b6f88a8
commit
1c5929ca5e
3 changed files with 20 additions and 7 deletions
|
@ -19,10 +19,5 @@
|
|||
|
||||
void CNpcBubblePlatform::processMovement( int _frames )
|
||||
{
|
||||
if ( _frames > 2 )
|
||||
{
|
||||
_frames = 2;
|
||||
}
|
||||
|
||||
Pos.vy -= m_data[m_type].speed * _frames;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue