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/hires1.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/adl/hires1.cpp') diff --git a/engines/adl/hires1.cpp b/engines/adl/hires1.cpp index 096d8ef496..26565c03c3 100644 --- a/engines/adl/hires1.cpp +++ b/engines/adl/hires1.cpp @@ -338,6 +338,7 @@ void HiRes1Engine::loadRoom(byte roomNr) { } void HiRes1Engine::showRoom() { + _state.curPicture = getCurRoom().curPicture; clearScreen(); loadRoom(_state.room); -- cgit v1.2.3