fix an advance_time case

This commit is contained in:
2024-09-25 10:46:47 -05:00
committed by Celtic Minstrel
parent 1a6f005a36
commit 84b3f29c46

View File

@@ -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"){