diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 869cee79..1f775cb8 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -441,7 +441,6 @@ static void replay_next_action() { int dy = std::stoi(info["dy"]); screen_shift(dx, dy, need_redraw); - return; }else if(t == "handle_rest"){ handle_rest(need_redraw, need_reprint); }else if(t == "handle_menu_spell"){