Add extra color table entry for v1 games, for inventory/sentence color.

svn-id: r11653
This commit is contained in:
Travis Howell 2003-12-15 14:54:35 +00:00
parent aa2173868b
commit bee21ec3f8
6 changed files with 10 additions and 13 deletions

View file

@ -1019,11 +1019,9 @@ void ScummEngine::scummInit() {
for (i = 0; i < 256; i++)
_roomPalette[i] = i;
if (_version == 1) {
if (_gameId == GID_MANIAC) {
if (_gameId == GID_MANIAC)
setupV1ManiacPalette();
if (_demoMode)
setPalColor(15, 252, 84, 252);
} else
else
setupV1ZakPalette();
} else if (_features & GF_16COLOR) {
for (i = 0; i < 16; i++)