This commit is contained in:
parent
00e017b62d
commit
4c64c9ed4e
25 changed files with 58 additions and 40 deletions
|
@ -55,7 +55,7 @@ void CNpcFallingPlatform::processMovement( int _frames )
|
|||
else
|
||||
{
|
||||
moveX = 0;
|
||||
moveY = m_data[m_type].speed * _frames;
|
||||
moveY = m_speed * _frames;
|
||||
|
||||
if ( heading == 3072 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue