aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 525896872d..ea15b3b031 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -2013,7 +2013,7 @@ void ScummEngine::processKbd(bool smushMode) {
// COMI version string is hard coded
// FT version strings are partly hard coded too
- if (_gameId == GID_DIG && _lastKeyHit == VAR(VAR_VERSION)) {
+ if ((_gameId == GID_DIG || _heversion >= 70) && _lastKeyHit == VAR(VAR_VERSION)) {
versionDialog();
return;
}