aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-07-22 11:31:07 +0000
committerTravis Howell2004-07-22 11:31:07 +0000
commit24e89ad42428ed7d612f124a67e5329ce6c84505 (patch)
tree589ffcf5fc8fa9548f1b059081d4acdda20851b3
parentc6f605501396491950d6d7ccc52767c7c12186aa (diff)
downloadscummvm-rg350-24e89ad42428ed7d612f124a67e5329ce6c84505.tar.gz
scummvm-rg350-24e89ad42428ed7d612f124a67e5329ce6c84505.tar.bz2
scummvm-rg350-24e89ad42428ed7d612f124a67e5329ce6c84505.zip
Ooops
svn-id: r14301
-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?