aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 5e0dc4fe32..5bc49fb43e 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -2085,7 +2085,7 @@ void ScummEngine::processKbd(bool smushMode) {
if ((_version <= 2) || (_features & GF_FMTOWNS && _version == 3))
saveloadkey = 5; // F5
- else if ((_version <= 3) || (_gameId == GID_SAMNMAX) || (_gameId == GID_CMI))
+ else if ((_version <= 3) || (_gameId == GID_SAMNMAX) || (_gameId == GID_CMI) || (_heversion >= 72))
saveloadkey = 319; // F5
else
saveloadkey = VAR(VAR_MAINMENU_KEY);