OSDN Git Service

[Refactor] #37353 window_stuff() の直接呼出しを抑止。 / Forbid call of window_stuff() except...
[hengband/hengband.git] / src / mane.c
index d4d5e57..5974546 100644 (file)
@@ -242,10 +242,8 @@ static int get_mane_power(int *sn, bool baigaesi)
        /* Restore the screen */
        if (redraw) screen_load();
 
-       /* Show choices */
        p_ptr->window |= (PW_SPELL);
-
-       window_stuff();
+       handle_stuff();
 
        /* Abort if needed */
        if (!flag) return (FALSE);