OSDN Git Service

[Refactor] #37353 マクロ最大数定義を util.h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Thu, 6 Jun 2019 16:39:51 +0000 (01:39 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Thu, 6 Jun 2019 16:39:51 +0000 (01:39 +0900)
src/defines.h
src/util.h

index c7ec8d8..1bda12f 100644 (file)
 
 #define DUNGEON_FEAT_PROB_NUM 3
 
-/*
- * Max numbers of macro trigger names
- */
-#define MAX_MACRO_MOD 12
-#define MAX_MACRO_TRIG 200 /*!< 登録を許すマクロ(トリガー)の最大数 */
-
-
 #define MTIMED_CSLEEP   0 /* Monster is sleeping */
 #define MTIMED_FAST     1 /* Monster is temporarily fast */
 #define MTIMED_SLOW     2 /* Monster is temporarily slow */
index 8832a66..d2886da 100644 (file)
@@ -22,6 +22,12 @@ extern int PlayerUID;
 #define CHEAT_MISC 3
 
 /*
+ * Max numbers of macro trigger names
+ */
+#define MAX_MACRO_MOD 12
+#define MAX_MACRO_TRIG 200 /*!< \93o\98^\82ð\8b\96\82·\83}\83N\83\8d\81i\83g\83\8a\83K\81[\81j\82Ì\8dÅ\91å\90\94 */
+
+ /*
  * Sort-array element
  */
 typedef struct tag_type tag_type;