OSDN Git Service

Merge branch 'release/3.0.0Alpha5'
[hengband/hengband.git] / src / wizard / wizard-item-modifier.c
index f76f63a..7350ed3 100644 (file)
@@ -226,7 +226,7 @@ static void wiz_statistics(player_type *caster_ptr, object_type *o_ptr)
                 }
 
                 prt(format(q, i, correct, matches, better, worse, other), 0, 0);
-                if (need_term_fresh())
+                if (need_term_fresh(caster_ptr))
                     term_fresh();
             }