From 3ebd83d19716de40df4b6570fb5473b7e6292510 Mon Sep 17 00:00:00 2001 From: uruk Date: Sat, 8 Feb 2014 16:54:40 +0100 Subject: AVALANCHE: Repair the ghost's animation. Now it doesn't overlap with the bat's static picture on the bottom of the screen. --- engines/avalanche/ghostroom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/avalanche') diff --git a/engines/avalanche/ghostroom.cpp b/engines/avalanche/ghostroom.cpp index d5d10ab83f..a21003524a 100644 --- a/engines/avalanche/ghostroom.cpp +++ b/engines/avalanche/ghostroom.cpp @@ -252,7 +252,7 @@ void GhostRoom::run() { for (int i = 0; i < 4; i++) for (int j = 0; j < 5; j++) { - _vm->_graphics->drawFilledRectangle(Common::Rect(0, 96, 26 * 8, 169 + kAdjustment[j]), kColorBlack); + _vm->_graphics->drawFilledRectangle(Common::Rect(0, 96, 26 * 8, 169), kColorBlack); _vm->_graphics->ghostDrawGhost(_ghost[kWaveOrder[j]], 0, 96 + kAdjustment[j]); _vm->_graphics->refreshScreen(); -- cgit v1.2.3