[Scummvm-cvs-logs] SF.net SVN: scummvm: [30149] scummvm/trunk/engines/scumm/palette.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Jan 2 14:11:26 CET 2008


Revision: 30149
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30149&view=rev
Author:   sev
Date:     2008-01-02 05:11:26 -0800 (Wed, 02 Jan 2008)

Log Message:
-----------
Narrow fix for bug #1206994 only to FOA.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/palette.cpp

Modified: scummvm/trunk/engines/scumm/palette.cpp
===================================================================
--- scummvm/trunk/engines/scumm/palette.cpp	2008-01-02 12:59:10 UTC (rev 30148)
+++ scummvm/trunk/engines/scumm/palette.cpp	2008-01-02 13:11:26 UTC (rev 30149)
@@ -682,10 +682,9 @@
 			if (_game.heversion == 70)
 				setDirtyColors(idx, idx);
 
-
 			// Original FOA Amiga version skips these colors
 			// Fixes bug #1206994: "FOA AMIGA: Black cursor and text in Dig Site"
-			if (_game.platform == Common::kPlatformAmiga) {
+			if (_game.platform == Common::kPlatformAmiga && _game.id == GID_INDY4) {
 				if (j < 16) {
 					cptr += 3;
 					continue;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list