diff options
-rw-r--r-- | queen/logic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/logic.cpp b/queen/logic.cpp index 8c76b02511..02d23cf28d 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -1255,6 +1255,7 @@ void Logic::handlePinnacleRoom() { for (int i = 0; i < ARRAYSIZE(cmds); ++i) { if (cmds[i].obj == prevObj) { _vm->sound()->playSong(cmds[i].song); + break; } } |