aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-10 15:36:44 +0000
committerGregory Montoir2003-12-10 15:36:44 +0000
commited2baf283e7181799f6e27176c0cb02851e4897c (patch)
tree6db8bc617d1beda2138e9faf1dd8e2407473e1ba /queen/logic.h
parentd947a6ea778e6d1544ba905d89c84fb2d4b8dc9d (diff)
downloadscummvm-rg350-ed2baf283e7181799f6e27176c0cb02851e4897c.tar.gz
scummvm-rg350-ed2baf283e7181799f6e27176c0cb02851e4897c.tar.bz2
scummvm-rg350-ed2baf283e7181799f6e27176c0cb02851e4897c.zip
- moved QueenEngine::roomChanged to Logic and enabled call from Cutaway code (this fixes the 2 irons bars being displayed at the end of c39a.cut)
- moved my 'panel being hidden after the head room display' fix - fix problem in joeCutFacing / joeFacing in cutaway code svn-id: r11553
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 14575c0250..52b8e39679 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -296,6 +296,8 @@ public:
//! Stop making a scene
void sceneStop();
+ void changeRoom();
+
void useJournal();
void executeSpecialMove(uint16 sm);