This commit is contained in:
parent
00e017b62d
commit
4c64c9ed4e
25 changed files with 58 additions and 40 deletions
|
@ -52,7 +52,7 @@ void CNpcGeyserPlatform::processMovement( int _frames )
|
|||
}
|
||||
else
|
||||
{
|
||||
s32 moveY = m_data[m_type].speed * _frames;
|
||||
s32 moveY = m_speed * _frames;
|
||||
|
||||
if ( Pos.vy < ( minY + 64 ) )
|
||||
{
|
||||
|
@ -86,7 +86,7 @@ void CNpcGeyserPlatform::processMovement( int _frames )
|
|||
}
|
||||
else
|
||||
{
|
||||
s32 moveY = m_data[m_type].speed * _frames;
|
||||
s32 moveY = m_speed * _frames;
|
||||
|
||||
if ( Pos.vy < ( minY + 64 ) )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue