aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/timer.cpp
diff options
context:
space:
mode:
authorStrangerke2013-09-16 00:26:36 +0200
committerStrangerke2013-09-16 00:26:36 +0200
commit23ba373c9145060c3e766d56f845382a3e7c6ea6 (patch)
tree7b3376923edda968dc984055b42988f0b9304093 /engines/avalanche/timer.cpp
parentd6be9ed7db8db20aee90bd1c275d5b9d8bb7b9b3 (diff)
downloadscummvm-rg350-23ba373c9145060c3e766d56f845382a3e7c6ea6.tar.gz
scummvm-rg350-23ba373c9145060c3e766d56f845382a3e7c6ea6.tar.bz2
scummvm-rg350-23ba373c9145060c3e766d56f845382a3e7c6ea6.zip
AVALANCHE: More index conversion in inField()
Diffstat (limited to 'engines/avalanche/timer.cpp')
-rw-r--r--engines/avalanche/timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/timer.cpp b/engines/avalanche/timer.cpp
index 0f5eb12296..892dde08bd 100644
--- a/engines/avalanche/timer.cpp
+++ b/engines/avalanche/timer.cpp
@@ -487,7 +487,7 @@ void Timer::jump() {
if ((_vm->_gyro->_jumpStatus == 10) // You're at the highest point of your jump.
&& (_vm->_gyro->_room == kRoomInsideCardiffCastle)
&& (_vm->_gyro->_arrowInTheDoor == true)
- && (_vm->_animation->inField(3))) { // Beside the wall
+ && (_vm->_animation->inField(2))) { // Beside the wall
// Grab the arrow!
if (_vm->_gyro->_carryNum >= kCarryLimit)
_vm->_scrolls->displayText("You fail to grab it, because your hands are full.");