aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 5c4e7cb369..b9aa46b1a0 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -401,9 +401,9 @@ void Cutaway::changeRooms(CutawayObject &object) {
comPanel = 1;
}
- // FIXME: in the original engine, panel is hidden after displaying head. We do
- // it before.
- if(object.room == FAYE_HEAD || object.room == AZURA_HEAD || object.room == FRANK_HEAD) {
+ // FIXME - in the original engine, panel is hidden once the 'head room' is displayed, we
+ // do it before (ie before palette fading)
+ if (object.room == FAYE_HEAD || object.room == AZURA_HEAD || object.room == FRANK_HEAD) {
comPanel = 2;
}