OSDN Git Service

[Feature] fresh_afterコマンドの分割
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-genocide.c
index 73bfba3..54dcf7e 100644 (file)
@@ -101,8 +101,7 @@ bool genocide_aux(player_type *caster_ptr, MONSTER_IDX m_idx, int power, bool pl
     caster_ptr->redraw |= (PR_HP);
     caster_ptr->window_flags |= (PW_PLAYER);
     handle_stuff(caster_ptr);
-    if (fresh_after)
-        term_fresh();
+    term_fresh();
 
     int msec = delay_factor * delay_factor * delay_factor;
     term_xtra(TERM_XTRA_DELAY, msec);