aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/adl_v2.h
diff options
context:
space:
mode:
authorWalter van Niftrik2016-08-21 12:27:45 +0200
committerWalter van Niftrik2016-08-21 12:41:31 +0200
commitdf838f50ebdc4005dc07df263cead32a4c398d4e (patch)
treed07ff6d5ffb03f68403b1d10fdfd40e23df4661a /engines/adl/adl_v2.h
parentff0bc115b57dc19f4860014bc3c7d72b67c9ce38 (diff)
downloadscummvm-rg350-df838f50ebdc4005dc07df263cead32a4c398d4e.tar.gz
scummvm-rg350-df838f50ebdc4005dc07df263cead32a4c398d4e.tar.bz2
scummvm-rg350-df838f50ebdc4005dc07df263cead32a4c398d4e.zip
ADL: Add "current picture" variable to state
This mimics the behavior of the original engine. Note that for hires2, this patch adds some glitches that are also present in the original, and removes some glitches that are not.
Diffstat (limited to 'engines/adl/adl_v2.h')
-rw-r--r--engines/adl/adl_v2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/adl/adl_v2.h b/engines/adl/adl_v2.h
index f18972b74b..4a473e9b1f 100644
--- a/engines/adl/adl_v2.h
+++ b/engines/adl/adl_v2.h
@@ -64,6 +64,8 @@ protected:
int o2_isCarryingSomething(ScriptEnv &e);
int o2_moveItem(ScriptEnv &e);
+ int o2_setCurPic(ScriptEnv &e);
+ int o2_setPic(ScriptEnv &e);
int o2_moveAllItems(ScriptEnv &e);
int o2_save(ScriptEnv &e);
int o2_restore(ScriptEnv &e);