OSDN Git Service

[Refactor] #37353 マクロ最大数定義を util.h へ移動.
[hengband/hengband.git] / src / defines.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 */