OSDN Git Service

[Refactor] #37353 VARTUE_LARGE, VARTUE_SMALL を avatar.h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Sat, 8 Jun 2019 11:05:58 +0000 (20:05 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Sat, 8 Jun 2019 11:05:58 +0000 (20:05 +0900)
src/avatar.h
src/defines.h

index 94a0747..02f408e 100644 (file)
@@ -20,6 +20,8 @@
 #define V_VALOUR          17
 #define V_INDIVIDUALISM    18
 
+#define VIRTUE_LARGE 1
+#define VIRTUE_SMALL 2
 extern bool compare_virtue(int type, int num, int tekitou);
 extern int virtue_number(int type);
 extern concptr virtue[MAX_VIRTUE];
index 0aa89c1..3da4c28 100644 (file)
 /* Maximum "Nazguls" number */
 #define MAX_NAZGUL_NUM 5
 
-#define VIRTUE_LARGE 1
-#define VIRTUE_SMALL 2
-
 #define MTIMED_CSLEEP   0 /* Monster is sleeping */
 #define MTIMED_FAST     1 /* Monster is temporarily fast */
 #define MTIMED_SLOW     2 /* Monster is temporarily slow */