aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-23 14:03:54 +0000
committerTravis Howell2004-08-23 14:03:54 +0000
commit25ccf3a0eedf1678b170362197e6be3f79f530dd (patch)
tree2a2b4834551f037cd40a39d57c0fb5ed986a8550 /scumm/script_v6.cpp
parent42fb68694d9d587e1c173d216e53a8448bafe5fe (diff)
downloadscummvm-rg350-25ccf3a0eedf1678b170362197e6be3f79f530dd.tar.gz
scummvm-rg350-25ccf3a0eedf1678b170362197e6be3f79f530dd.tar.bz2
scummvm-rg350-25ccf3a0eedf1678b170362197e6be3f79f530dd.zip
Another He 7.2 function
svn-id: r14719
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index d5bf4908a8..00fc4703ac 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -597,7 +597,7 @@ void ScummEngine_v6::o6_pushWord() {
}
void ScummEngine_v6::o6_pushByteVar() {
- push(readVar(fetchScriptByte()));
+ push(readVar(fetchScriptWord()));
}
void ScummEngine_v6::o6_pushWordVar() {