diff options
Diffstat (limited to 'queen/logic.cpp')
| -rw-r--r-- | queen/logic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
