Another He 7.2 function
svn-id: r14719
This commit is contained in:
parent
42fb68694d
commit
25ccf3a0ee
4 changed files with 42 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue