From ecb1bf69b9f3cfd16d35ff8bb326c192c88daa84 Mon Sep 17 00:00:00 2001 From: urukgit Date: Wed, 16 Oct 2013 00:14:46 +0200 Subject: AVALANCHE: Repair parameters for calling zoomOut(). --- engines/avalanche/avalot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index d7d800767e..497812cb08 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -803,7 +803,7 @@ void AvalancheEngine::enterRoom(Room roomId, byte ped) { // You're entering the map. fadeIn(); if (ped > 0) - _graphics->zoomOut(_peds[ped]._x, _peds[ped]._y); + _graphics->zoomOut(_peds[ped - 1]._x, _peds[ped - 1]._y); if ((_objects[kObjectWine - 1]) && (_wineState != 3)) { _dialogs->displayScrollChain('q', 9); // Don't want to waste the wine! -- cgit v1.2.3