aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/timer.cpp
diff options
context:
space:
mode:
authorStrangerke2013-09-18 00:05:14 +0200
committerStrangerke2013-09-18 00:05:14 +0200
commit7790b4cc5bbbc895d9ee8f2dc09d259f231b85f0 (patch)
treebb60bbf20ee750bbae8b06c1ced73d4be74f939d /engines/avalanche/timer.cpp
parent6e08f55160eb9048d892d0b2f13cf4eb12206cc3 (diff)
downloadscummvm-rg350-7790b4cc5bbbc895d9ee8f2dc09d259f231b85f0.tar.gz
scummvm-rg350-7790b4cc5bbbc895d9ee8f2dc09d259f231b85f0.tar.bz2
scummvm-rg350-7790b4cc5bbbc895d9ee8f2dc09d259f231b85f0.zip
AVALANCHE: Janitorial - Clean up misc style glitches
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)