aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-12-15 16:11:43 +0000
committerTravis Howell2003-12-15 16:11:43 +0000
commit7fcfd00d1cbb54e54556d11d8946584f1628456e (patch)
treeaf2de5a58d725261bebd453013b9be46879454f2 /scumm
parent278484bed7c5672e9b5a25f9e9380644484bc71b (diff)
downloadscummvm-rg350-7fcfd00d1cbb54e54556d11d8946584f1628456e.tar.gz
scummvm-rg350-7fcfd00d1cbb54e54556d11d8946584f1628456e.tar.bz2
scummvm-rg350-7fcfd00d1cbb54e54556d11d8946584f1628456e.zip
Add comment
svn-id: r11661
Diffstat (limited to 'scumm')
-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