Add extra color table entry for v1 games, for inventory/sentence color.
svn-id: r11653
This commit is contained in:
parent
aa2173868b
commit
bee21ec3f8
6 changed files with 10 additions and 13 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue