OSDN Git Service

広域マップに出ると歌が止まったメッセージは出るが, 実際には歌が止まっ
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 24 May 2003 22:34:42 +0000 (22:34 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 24 May 2003 22:34:42 +0000 (22:34 +0000)
ておらず, 広域マップでMPを減らさず歌い続けられたバグを修正.

src/wild.c

index a34d5b0..1e47325 100644 (file)
@@ -1210,10 +1210,11 @@ bool change_wild_mode(void)
                                return FALSE;
                        }
                }
-                       
+
                energy_use = 1000;
        }
 
+       stop_singing();
        set_action(ACTION_NONE);
 
        p_ptr->wild_mode = !p_ptr->wild_mode;