aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/saveload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/simon/saveload.cpp')
-rw-r--r--engines/simon/saveload.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/simon/saveload.cpp b/engines/simon/saveload.cpp
index f7431df6be..6ac7c6899c 100644
--- a/engines/simon/saveload.cpp
+++ b/engines/simon/saveload.cpp
@@ -99,9 +99,9 @@ int SimonEngine::displaySaveGameList(int curpos, bool load, char *dst) {
}
void SimonEngine::quickLoadOrSave() {
- // simon1demo subroutines are missing too many segments
- // original demo didn't allow load or save either.
- if (getGameId() == GID_SIMON1DEMO)
+ // The demo of Simon 1 (DOS Floppy) is missing too many segments
+ // and the Feeble Files doesn't always allow a load or save
+ if (getGameId() == GID_SIMON1DEMO || getGameType() == GType_FF)
return;
bool success;