Long town wait: don't autosave eating

This commit is contained in:
2025-03-05 20:30:49 -06:00
committed by Celtic Minstrel
parent b7a647c489
commit e7bd02824e

View File

@@ -1119,7 +1119,7 @@ static void handle_town_wait(bool& need_redraw, bool& need_reprint) {
} }
for(int i = 0; i < 80 && !party_sees_a_monst(); i++){ for(int i = 0; i < 80 && !party_sees_a_monst(); i++){
increase_age(); increase_age(false);
do_monsters(); do_monsters();
do_monster_turn(); do_monster_turn();
int make_wand = get_ran(1,1,160 - univ.town->difficulty); int make_wand = get_ran(1,1,160 - univ.town->difficulty);