aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index b251441bf3..02dfc69067 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -320,8 +320,8 @@ void Scumm::scummInit() {
byte pal16[16 * 4] = {
0, 0, 0, 0, 0, 0, 168, 0, 0, 168, 0, 0, 0, 168, 168, 0,
168, 0, 0, 0, 168, 0, 168, 0, 168, 84, 0, 0, 168, 168, 168, 0,
- 84, 84, 84, 0, 84, 84, 84, 0, 84, 252, 84, 0, 84, 252, 252, 0,
- 252, 84, 84, 0, 63, 84, 252, 0, 252, 252, 84, 0, 252, 252, 252, 0
+ 84, 84, 84, 0, 84, 84, 168, 0, 84, 252, 84, 0, 84, 252, 252, 0,
+ 252, 84, 84, 0, 252, 84, 252, 0, 252, 252, 84, 0, 252, 252, 252, 0
};
_system->set_palette(pal16, 0, 16);
}