aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.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/cutaway.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/cutaway.h')
-rw-r--r--queen/cutaway.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/cutaway.h b/queen/cutaway.h
index 8ddaa5ff89..c876b627c0 100644
--- a/queen/cutaway.h
+++ b/queen/cutaway.h
@@ -290,7 +290,6 @@ class Cutaway {
//! Dump CutawayAnum data with debug()
static void dumpCutawayAnim(CutawayAnim &anim);
-
};
} // End of namespace Queen