mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 04:01:23 +00:00
Fix cursor palette regression in Simon the Sorcerer 1.
svn-id: r25625
This commit is contained in:
parent
3aaf15938d
commit
8f0a3e8961
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user