mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
GOB: Also ignore writing to kSaveModeIgnore files
svn-id: r55351
This commit is contained in:
parent
f015e175df
commit
75eb1f7f10
@ -1414,7 +1414,9 @@ bool Inter_v2::o2_writeData(OpFuncParams ¶ms) {
|
||||
} else
|
||||
WRITE_VAR(1, 0);
|
||||
|
||||
} else if (mode == SaveLoad::kSaveModeNone)
|
||||
} else if (mode == SaveLoad::kSaveModeIgnore)
|
||||
return false;
|
||||
else if (mode == SaveLoad::kSaveModeNone)
|
||||
warning("Attempted to write to file \"%s\"", file);
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user