OSDN Git Service

[Refactor] #37353 型の置換。 / Type replacement. (TERM_LEN)
authordeskull <deskull@users.sourceforge.jp>
Thu, 7 Mar 2019 04:48:45 +0000 (13:48 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 7 Mar 2019 04:48:45 +0000 (13:48 +0900)
src/snipe.c

index 9372b88..7b4503b 100644 (file)
@@ -157,9 +157,9 @@ int boost_concentration_damage(int tdam)
  */
 void display_snipe_list(void)
 {
-       int             i;
-       int             y = 1;
-       int             x = 1;
+       int i;
+       TERM_LEN y = 1;
+       TERM_LEN x = 1;
        PLAYER_LEVEL plev = p_ptr->lev;
        snipe_power     spell;
        char            psi_desc[80];