This commit is contained in:
parent
3b06e26aa7
commit
d1aeb111d8
1 changed files with 2 additions and 2 deletions
|
@ -55,9 +55,9 @@ void CNpcFlyTrapHazard::processMovement( int _frames )
|
||||||
{
|
{
|
||||||
m_rotation += 64 * _frames;
|
m_rotation += 64 * _frames;
|
||||||
|
|
||||||
if ( m_rotation > 0 )
|
if ( m_rotation > -256 )
|
||||||
{
|
{
|
||||||
m_rotation = 0;
|
m_rotation = -256;
|
||||||
m_shut = false;
|
m_shut = false;
|
||||||
m_contact = false;
|
m_contact = false;
|
||||||
m_timer = GameState::getOneSecondInFrames();
|
m_timer = GameState::getOneSecondInFrames();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue