OSDN Git Service

[Refactor] #37353 型の置換。 / Type replacement. (snipe_power)
authordeskull <deskull@users.sourceforge.jp>
Fri, 8 Mar 2019 13:07:12 +0000 (22:07 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Fri, 8 Mar 2019 13:07:12 +0000 (22:07 +0900)
src/snipe.c

index defc566..d90cd09 100644 (file)
@@ -17,8 +17,8 @@ typedef struct snipe_power snipe_power;
 /*! スナイパー技能情報の構造体 */
 struct snipe_power
 {
-       int     min_lev;
-       int     mana_cost;
+       PLAYER_LEVEL min_lev;
+       MANA_POINT mana_cost;
        concptr name;
 };