diff --git a/client/adventureMap/AdventureMapInterface.cpp b/client/adventureMap/AdventureMapInterface.cpp index d8a8d7f28..5d9c0a276 100644 --- a/client/adventureMap/AdventureMapInterface.cpp +++ b/client/adventureMap/AdventureMapInterface.cpp @@ -417,14 +417,14 @@ void AdventureMapInterface::hotkeyEndingTurn() if(settings["session"]["spectate"].Bool()) return; - LOCPLINT->makingTurn = false; - LOCPLINT->cb->endTurn(); - if(!settings["general"]["startTurnAutosave"].Bool()) { LOCPLINT->performAutosave(); } + LOCPLINT->makingTurn = false; + LOCPLINT->cb->endTurn(); + mapAudio->onPlayerTurnEnded(); }