AVALANCHE: More index conversion in inField()

This commit is contained in:
Strangerke 2013-09-16 00:26:36 +02:00
parent d6be9ed7db
commit 23ba373c91
4 changed files with 17 additions and 19 deletions

View file

@ -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.");