OSDN Git Service

[Refactor] #37353 コメント整理 / Refactor comments.
[hengband/hengband.git] / src / defines.h
index da9d4c1..03bc760 100644 (file)
 /*
  * Indexes of the various "stats" (hard-coded by savefiles, etc).
  */
-#define A_STR   0
-#define A_INT   1
-#define A_WIS   2
-#define A_DEX   3
-#define A_CON   4
-#define A_CHR   5
+#define A_STR 0
+#define A_INT 1
+#define A_WIS 2
+#define A_DEX 3
+#define A_CON 4
+#define A_CHR 5
+#define A_MAX 6
 
 /*
  * Player sex constants (hard-coded by save-files, arrays, etc)