diff options
-rw-r--r-- | queen/queen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/queen/queen.cpp b/queen/queen.cpp index 3b9939c34f..08e2bfb43c 100644 --- a/queen/queen.cpp +++ b/queen/queen.cpp @@ -131,7 +131,6 @@ void QueenEngine::roomChanged() { // XXX fadeout(0,223); } else if (_logic->currentRoom() == FOTAQ_LOGO && _logic->gameState(VAR_INTRO_PLAYED) == 0) { -#if 0 bool pcGamesDemo = _resource->isDemo() && !_resource->exists("pclogo.cut"); if (pcGamesDemo) { @@ -160,7 +159,6 @@ void QueenEngine::roomChanged() { _logic->playCutaway("cred.cut"); } -#endif _logic->currentRoom(ROOM_HOTEL_LOBBY); _logic->entryObj(584); |