diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 033a7468..40fe2189 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -648,6 +648,7 @@ void replay_action(Element& action) { }else{ std::ostringstream sstr; sstr << "Couldn't replay action: " << action; + replaying = false; throw sstr.str(); }