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
|
@ -178,12 +178,9 @@ bool ScummEngine::loadState(int slot, bool compat, SaveFileManager *mgr) {
|
|||
// ever add options for using different 16-colour palettes.
|
||||
|
||||
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) {
|
||||
if ((_features & GF_AMIGA) || (_features & GF_ATARI_ST))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue