aboutsummaryrefslogtreecommitdiff
path: root/queen/cutaway.cpp
diff options
context:
space:
mode:
authorGregory Montoir2004-01-08 16:41:03 +0000
committerGregory Montoir2004-01-08 16:41:03 +0000
commit370589dde52b4419e7d1412e9b5cc74a331f980d (patch)
treef1e7c70a8abc0871e84001a26d893b115be5a590 /queen/cutaway.cpp
parentafc254fa7671dba525d9c97ddc53eb2694eadd6b (diff)
downloadscummvm-rg350-370589dde52b4419e7d1412e9b5cc74a331f980d.tar.gz
scummvm-rg350-370589dde52b4419e7d1412e9b5cc74a331f980d.tar.bz2
scummvm-rg350-370589dde52b4419e7d1412e9b5cc74a331f980d.zip
cleanup, xref update
svn-id: r12256
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);