OSDN Git Service

[Refactor] #37353 GINOU_MAX を player-status.h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Tue, 4 Jun 2019 14:04:48 +0000 (23:04 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Tue, 4 Jun 2019 14:04:48 +0000 (23:04 +0900)
src/defines.h
src/player-status.h

index ef25341..fd23f23 100644 (file)
  */
 #define TOKENIZE_CHECKQUOTE 0x01  /* Special handling of single quotes */
 
-#define GINOU_MAX      10
-
 
 #define MAX_MANE 16
 
index 8855703..19584e0 100644 (file)
@@ -22,6 +22,8 @@
 #define PY_MAX_GOLD     999999999L      /*!< プレイヤー所持金の最大値 / Maximum gold */
 #define PY_MAX_LEVEL    50              /*!< プレイヤーレベルの最大値 / Maximum level */
 
+#define GINOU_MAX      10
+
 #define MAGIC_GLOVE_REDUCE_MANA 0x0001
 #define MAGIC_FAIL_5PERCENT     0x0002
 #define MAGIC_GAIN_EXP          0x0004