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 35c28780c8..ee9880cd41 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1284,7 +1284,7 @@ void ScummEngine::initScummVars() {
return;
}
- if (_version >= 4 && _version <= 6)
+ if (_version >= 4 && _version <= 5)
VAR(VAR_V5_TALK_STRING_Y) = -0x50;
if (_version == 8) { // Fixme: How do we deal with non-cd installs?