diff options
| author | Gregory Montoir | 2007-03-02 23:47:49 +0000 | 
|---|---|---|
| committer | Gregory Montoir | 2007-03-02 23:47:49 +0000 | 
| commit | 370c07f9253634b6f6c647768bec62c518aeb65c (patch) | |
| tree | bd00950501e56379833ec66d67eb54b2dbe86e94 /engines/queen/display.cpp | |
| parent | 6d958e9f30db6c89517d078815d7332dbbb4aa22 (diff) | |
| download | scummvm-rg350-370c07f9253634b6f6c647768bec62c518aeb65c.tar.gz scummvm-rg350-370c07f9253634b6f6c647768bec62c518aeb65c.tar.bz2 scummvm-rg350-370c07f9253634b6f6c647768bec62c518aeb65c.zip  | |
added other code differences for Amiga FOTAQ versions, full game is now completable under ScummVM
svn-id: r25941
Diffstat (limited to 'engines/queen/display.cpp')
| -rw-r--r-- | engines/queen/display.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
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:  | 
