Correct regression in V1 DOS version of Zak McKracken.

svn-id: r43802
This commit is contained in:
Travis Howell 2009-08-29 14:20:27 +00:00
parent 1be7ab068e
commit e12d3c966a

View file

@ -397,7 +397,7 @@ void ScummEngine_v4::o4_saveLoadGame() {
byte a = getVarOrDirectByte(PARAM_1);
byte result = 0;
if (_game.version <= 1) {
if ((_game.id == GID_MANIAC && _game.version <= 1) || (_game.id == GID_ZAK && _game.platform == Common::kPlatformC64)) {
// Convert V0/V1 load/save screen (they support only one savegame per disk)
// 1 Load
// 2 Save