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 661380441e..43b44433a1 100644
--- a/queen/cutaway.cpp
+++ b/queen/cutaway.cpp
@@ -954,7 +954,7 @@ void Cutaway::run(char *nextFilename) {
if (_roomFade) {
_vm->update();
int end = 223;
- if (IS_CD_INTRO_ROOM(_vm->logic()->currentRoom())) {
+ if (_vm->logic()->isIntroRoom(_vm->logic()->currentRoom())) {
end = 255;
}
BobSlot *j = _vm->graphics()->bob(0);