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:
Travis Howell 2003-09-05 07:36:05 +00:00
parent 7bc63a0ce3
commit 3187b565dd
8 changed files with 28 additions and 9 deletions

View file

@ -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();