aboutsummaryrefslogtreecommitdiff
path: root/scumm/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/palette.cpp')
-rw-r--r--scumm/palette.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/palette.cpp b/scumm/palette.cpp
index 411b4067a3..28036b3eab 100644
--- a/scumm/palette.cpp
+++ b/scumm/palette.cpp
@@ -97,6 +97,11 @@ void ScummEngine::setupNESPalette() {
setPalColor(0x3D,0x00,0x00,0x00);
setPalColor(0x3E,0x00,0x00,0x00);
setPalColor(0x3F,0x00,0x00,0x00);
+
+ // We use it for cursor. 0x40 is transparent
+ setPalColor(0x40, 0x00, 0x00, 0x00);
+ setPalColor(0x41, 0x00, 0x00, 0x00);
+ setPalColor(0x42, 0xff, 0xff, 0xff);
}
void ScummEngine::setupAmigaPalette() {