aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index fbc44d77ad..3aef8c2a92 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -1013,6 +1013,11 @@ void ScummEngine::scummInit() {
for (i = 0; i < 256; i++)
_roomPalette[i] = i;
if (_version == 1) {
+ // Use 17 color table for v1 games to allow
+ // correct color for inventory and sentence
+ // line
+ // Original games used some kind of dynamic
+ // color table remapping between rooms
if (_gameId == GID_MANIAC)
setupV1ManiacPalette();
else