aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/timer.cpp')
-rw-r--r--engines/avalanche/timer.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/avalanche/timer.cpp b/engines/avalanche/timer.cpp
index 2a8a569b59..ebace781e2 100644
--- a/engines/avalanche/timer.cpp
+++ b/engines/avalanche/timer.cpp
@@ -480,9 +480,8 @@ void Timer::jump() {
if (_vm->_gyro->_jumpStatus == 20) { // End of jump.
_vm->_gyro->_userMovesAvvy = true;
_vm->_gyro->_jumpStatus = 0;
- } else { // Still jumping.
+ } else // Still jumping.
addTimer(1, kProcJump, kReasonJumping);
- }
if ((_vm->_gyro->_jumpStatus == 10) // You're at the highest point of your jump.
&& (_vm->_gyro->_room == kRoomInsideCardiffCastle)