[Scummvm-cvs-logs] SF.net SVN: scummvm: [31230] scummvm/trunk/engines/agos/window.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Mon Mar 24 07:48:09 CET 2008
Revision: 31230
http://scummvm.svn.sourceforge.net/scummvm/?rev=31230&view=rev
Author: Kirben
Date: 2008-03-23 23:48:09 -0700 (Sun, 23 Mar 2008)
Log Message:
-----------
Correct background color when displaying saved game list in Amiga versions of Simon the Sorcerer 1.
Modified Paths:
--------------
scummvm/trunk/engines/agos/window.cpp
Modified: scummvm/trunk/engines/agos/window.cpp
===================================================================
--- scummvm/trunk/engines/agos/window.cpp 2008-03-23 23:18:43 UTC (rev 31229)
+++ scummvm/trunk/engines/agos/window.cpp 2008-03-24 06:48:09 UTC (rev 31230)
@@ -77,6 +77,9 @@
if (getGameType() == GType_ELVIRA1 || getGameType() == GType_ELVIRA2 || getGameType() == GType_WW)
clearWindow(window);
+ if (getGameType() == GType_SIMON1 && getPlatform() == Common::kPlatformAmiga && window->fill_color == 225)
+ window->fill_color = (getFeatures() & GF_32COLOR) ? 17 : 241;
+
return window;
}
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