This commit is contained in:
parent
3f2f16eb69
commit
1015e0a4ac
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void CNpcFlyTrapHazard::collidedWith( CThing *_thisThing )
|
|||
{
|
||||
m_contact = true;
|
||||
|
||||
m_timer = GameState::getOneSecondInFrames() >> 1;
|
||||
m_timer = GameState::getOneSecondInFrames();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue