Another He 7.2 function

svn-id: r14719
This commit is contained in:
Travis Howell 2004-08-23 14:03:54 +00:00
parent 42fb68694d
commit 25ccf3a0ee
4 changed files with 42 additions and 2 deletions

View file

@ -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() {