OSDN Git Service

一時的な壁抜け使用直後に壁を抜けられなかったバグを修正. PU_BONUS忘れ.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 1 Dec 2003 14:28:54 +0000 (14:28 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 1 Dec 2003 14:28:54 +0000 (14:28 +0000)
src/effects.c

index 9c6fff9..935c28b 100644 (file)
@@ -1565,9 +1565,6 @@ msg_print("
        /* Recalculate bonuses */
        p_ptr->update |= (PU_BONUS);
 
-
-
-
        /* Handle stuff */
        handle_stuff();
 
@@ -2772,6 +2769,9 @@ msg_print("
        /* Disturb */
        if (disturb_state) disturb(0, 0);
 
+       /* Recalculate bonuses */
+       p_ptr->update |= (PU_BONUS);
+
        /* Handle stuff */
        handle_stuff();