From 370c07f9253634b6f6c647768bec62c518aeb65c Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 2 Mar 2007 23:47:49 +0000 Subject: added other code differences for Amiga FOTAQ versions, full game is now completable under ScummVM svn-id: r25941 --- engines/queen/display.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/queen/display.cpp') diff --git a/engines/queen/display.cpp b/engines/queen/display.cpp index a21df07da2..274924d8d9 100644 --- a/engines/queen/display.cpp +++ b/engines/queen/display.cpp @@ -356,9 +356,9 @@ void Display::palCustomScroll(uint16 roomNum) { switch (roomNum) { case 4: if ((scrollx & 1) == 0) { - palScroll(24, 64); + palScroll(24, 26); loPal = 24; - hiPal = 64; + hiPal = 26; } break; case 74: -- cgit v1.2.3