OSDN Git Service

[Refactor] #37353 BUILDING_* をbldg.hへ移動.
authordeskull <deskull@users.sourceforge.jp>
Sat, 25 May 2019 09:48:57 +0000 (18:48 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 25 May 2019 09:48:57 +0000 (18:48 +0900)
src/bldg.h
src/defines.h

index c8ee9af..14f7a18 100644 (file)
@@ -5,6 +5,10 @@
 #define MAX_BLDG 32 /*!< 施設の種類最大数 / Number of buildings */
 #define MAX_ARENA_MONS 41 /*<! 闘技場のイベント件数 -KMW- */
 
+#define BUILDING_NON_MEMBER 0 /*!< 不明(現在未使用) */
+#define BUILDING_MEMBER     1 /*!< 不明(現在未使用) */
+#define BUILDING_OWNER      2 /*!< 施設の種族/職業条件が一致している状態値 */
+
 /*
  * A structure to describe a building.
  * From Kamband
index 0a3d8a2..6d02889 100644 (file)
  */
 #define ARENA_DEFEATED_OLD_VER (-(MAX_SHORT)) /*<! 旧バージョンの闘技場敗北定義 */
 
-#define BUILDING_NON_MEMBER 0 /*!< 不明(現在未使用) */
-#define BUILDING_MEMBER     1 /*!< 不明(現在未使用) */
-#define BUILDING_OWNER      2 /*!< 施設の種族/職業条件が一致している状態値 */
-
 #define MAX_SEXES        2 /*!< 性別の定義最大数 / Maximum number of player "sex" types (see "table.c", etc) */
 #define MAX_CLASS       28 /*!< 職業の最大定義数 Maximum number of player "class" types (see "table.c", etc) */
 #define MAX_SEIKAKU     13 /*!< 性格の最大定義数 */