From df838f50ebdc4005dc07df263cead32a4c398d4e Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Sun, 21 Aug 2016 12:27:45 +0200 Subject: 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. --- engines/adl/adl_v2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/adl/adl_v2.h') 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); -- cgit v1.2.3