aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-22 04:28:31 +0000
committerTravis Howell2004-07-22 04:28:31 +0000
commite133de4d515033defc056375f0a93a6a33cae549 (patch)
tree641dc20c3fa6d5f8aff3a9a1142541298ee7913a /scumm/scumm.cpp
parentf09313d6a9ed8ddac1c6fc4d4f207837a925bf86 (diff)
downloadscummvm-rg350-e133de4d515033defc056375f0a93a6a33cae549.tar.gz
scummvm-rg350-e133de4d515033defc056375f0a93a6a33cae549.tar.bz2
scummvm-rg350-e133de4d515033defc056375f0a93a6a33cae549.zip
VAR not used in scumm3.
svn-id: r14297
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 45a3001d8a..35c28780c8 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1284,7 +1284,7 @@ void ScummEngine::initScummVars() {
return;
}
- if (_version < 6)
+ if (_version >= 4 && _version <= 6)
VAR(VAR_V5_TALK_STRING_Y) = -0x50;
if (_version == 8) { // Fixme: How do we deal with non-cd installs?