From bb0ed8bc8129ec4c2d6e0d6f333917418303ded4 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Fri, 27 Feb 2004 23:54:13 +0000 Subject: Handle comic book case, enable music toggle and some minor cleanup. svn-id: r13074 --- queen/logic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queen/logic.cpp') diff --git a/queen/logic.cpp b/queen/logic.cpp index 8181abe32e..9612520069 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -1363,7 +1363,7 @@ void Logic::setupRestoredGame() { uint16 flag = _vm->bam()->_flag; _vm->bam()->_flag = BamScene::F_STOP; - _vm->sound()->playSong(_vm->sound()->lastOverride()); + _vm->sound()->playLastSong(); switch (gameState(VAR_DRESSING_MODE)) { case 0: -- cgit v1.2.3