Add atarist and macintosh options, since there seem to be no way to detect version been used.
svn-id: r9999
This commit is contained in:
parent
7bc63a0ce3
commit
3187b565dd
8 changed files with 28 additions and 9 deletions
|
@ -176,7 +176,7 @@ bool Scumm::loadState(int slot, bool compat, SaveFileManager *mgr) {
|
|||
else
|
||||
setupV1ZakPalette();
|
||||
} else if (_features & GF_16COLOR) {
|
||||
if (_features & GF_AMIGA)
|
||||
if ((_features & GF_AMIGA) || (_features & GF_ATARI_ST))
|
||||
setupAmigaPalette();
|
||||
else
|
||||
setupEGAPalette();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue