diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/cursor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/cursor.cpp b/engines/agos/cursor.cpp index e7b859fe13..bd8d4dbc1c 100644 --- a/engines/agos/cursor.cpp +++ b/engines/agos/cursor.cpp @@ -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++) { |