OSDN Git Service

[Refactor] #37353 no_flowed 対象呪文判定定義を player-status.h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Wed, 5 Jun 2019 14:35:33 +0000 (23:35 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Wed, 5 Jun 2019 14:35:33 +0000 (23:35 +0900)
src/defines.h
src/player-status.h

index 906baf6..49b83f2 100644 (file)
 #define VIRTUE_LARGE 1
 #define VIRTUE_SMALL 2
 
-#define SPELL_DD_S 27
-#define SPELL_DD_T 13
-#define SPELL_SW   22
-#define SPELL_KABE 20
 
 #define DUNGEON_FEAT_PROB_NUM 3
 
index ba2e1de..fcaad57 100644 (file)
 #define REALM1_BOOK     (p_ptr->realm1 + TV_LIFE_BOOK - 1)
 #define REALM2_BOOK     (p_ptr->realm2 + TV_LIFE_BOOK - 1)
 
+/* no_flowed 判定対象となるスペル */
+#define SPELL_DD_S 27
+#define SPELL_DD_T 13
+#define SPELL_SW   22
+#define SPELL_KABE 20
+
 /* Empty hand status */
 #define EMPTY_HAND_NONE 0x0000 /* Both hands are used */
 #define EMPTY_HAND_LARM 0x0001 /* Left hand is empty */