From: iks Date: Sat, 19 Sep 2009 13:57:00 +0000 (+0000) Subject: 200点たまって我慢を解いた後、また我慢を解くことがあるバグを修正。 X-Git-Tag: v2.1.2~291 X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=commitdiff_plain;h=a71c13d36b80a3dd714c8a129987271604d189bd 200点たまって我慢を解いた後、また我慢を解くことがあるバグを修正。 --- diff --git a/src/do-spell.c b/src/do-spell.c index e37d30be3..139df0f10 100644 --- a/src/do-spell.c +++ b/src/do-spell.c @@ -11743,6 +11743,10 @@ static cptr do_hex_spell(int spell, int mode) msg_format("You return %d damages.", power); #endif } + + /* Reset */ + p_ptr->magic_num2[1] = 0; + p_ptr->magic_num2[2] = 0; p_ptr->magic_num1[2] = 0; } }