X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=blobdiff_plain;f=src%2Fracial.c;h=352ea6be09bf11ee2ea59ed0aeb18dadb90cdccd;hp=080b005504140ed263af9d3848d269d4a7b3546a;hb=b2f6dd338a440334be38039054a694b85d46c614;hpb=37987c1e5a1495b130d0b7fb5de90325613cdca2 diff --git a/src/racial.c b/src/racial.c index 080b00550..352ea6be0 100644 --- a/src/racial.c +++ b/src/racial.c @@ -923,8 +923,6 @@ static bool cmd_racial_power_aux(s32b command) p_ptr->csp = p_ptr->msp; p_ptr->csp_frac = 0; } - - /* Redraw mana */ p_ptr->redraw |= (PR_MANA); break; } @@ -1019,8 +1017,6 @@ static bool cmd_racial_power_aux(s32b command) p_ptr->csp = max_csp; p_ptr->csp_frac = 0; } - - /* Redraw mana */ p_ptr->redraw |= (PR_MANA); } else if (command == -4) @@ -1129,8 +1125,6 @@ static bool cmd_racial_power_aux(s32b command) p_ptr->csp = p_ptr->msp; p_ptr->csp_frac = 0; } - - /* Redraw mana */ p_ptr->redraw |= (PR_MANA); } else