aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-23 14:11:53 +0000
committerTravis Howell2004-08-23 14:11:53 +0000
commit6d62e7ec664974ea07c0a124cbd8186ac57a673b (patch)
tree2d3e042795f6246e71292e8be96b2addd1650e96 /scumm/script_v6.cpp
parent25ccf3a0eedf1678b170362197e6be3f79f530dd (diff)
downloadscummvm-rg350-6d62e7ec664974ea07c0a124cbd8186ac57a673b.tar.gz
scummvm-rg350-6d62e7ec664974ea07c0a124cbd8186ac57a673b.tar.bz2
scummvm-rg350-6d62e7ec664974ea07c0a124cbd8186ac57a673b.zip
Another stub
svn-id: r14720
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 00fc4703ac..d5bf4908a8 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(fetchScriptWord()));
+ push(readVar(fetchScriptByte()));
}
void ScummEngine_v6::o6_pushWordVar() {