aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queen/cutaway.cpp')
-rw-r--r--queen/cutaway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp
index 9aadf79e84..fb52ddfd78 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -904,7 +904,7 @@ void Cutaway::run(char *nextFilename) {
_comPanel = 0;
}
- if (nextFilename[0] == '\0' && !_anotherCutaway) {
+ if (nextFilename[0] == '\0' && !_anotherCutaway && _vm->logic()->currentRoom() != ROOM_ENDING_CREDITS) {
_vm->display()->fullscreen(false);
// Lines 2138-2182 in cutaway.c