aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2007-10-13 18:53:49 +0000
committerJohannes Schickel2007-10-13 18:53:49 +0000
commit8d678b8705849b405d0180ad960da24d84f3e9aa (patch)
treecc769fb2ff54b0df219b22923c74d36a1bfee4e6 /engines/kyra/kyra_v2.h
parent7f7b08b42ee8aa99d121ade8b8055d74c76f5fbc (diff)
downloadscummvm-rg350-8d678b8705849b405d0180ad960da24d84f3e9aa.tar.gz
scummvm-rg350-8d678b8705849b405d0180ad960da24d84f3e9aa.tar.bz2
scummvm-rg350-8d678b8705849b405d0180ad960da24d84f3e9aa.zip
HoF:
- implemented opcode -> o2_setCharacterPos 1 svn-id: r29210
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index a46e0a0960..4b866d7da9 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -545,6 +545,7 @@ protected:
// opcodes
int o2_setCharacterFacingRefresh(ScriptState *script);
+ int o2_setCharacterPos(ScriptState *script);
int o2_defineObject(ScriptState *script);
int o2_refreshCharacter(ScriptState *script);
int o2_getCharacterX(ScriptState *script);