Fix cursor palette regression in Simon the Sorcerer 1.

svn-id: r25625
This commit is contained in:
Travis Howell 2007-02-16 10:36:33 +00:00
parent 3aaf15938d
commit 8f0a3e8961

View File

@ -487,7 +487,7 @@ void AGOSEngine::initMouse() {
uint8 color = 225;
if (getPlatform() == Common::kPlatformAmiga)
color = (getFeatures() & GF_32COLOR) ? 17 : 225;
color = (getFeatures() & GF_32COLOR) ? 17 : 241;
const uint16 *src = _common_cursors[0];
for (int i = 0; i < 16; i++) {