OSDN Git Service

[Refactor] #39964 Moved the definition DESCRIPT_HGT from autopick-util.h to autpick...
authorHourier <hourier@users.sourceforge.jp>
Sun, 26 Apr 2020 09:36:46 +0000 (18:36 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 26 Apr 2020 09:36:46 +0000 (18:36 +0900)
src/autopick/autopick-drawer.c
src/autopick/autopick-util.h

index b90af4f..86f331c 100644 (file)
@@ -12,6 +12,7 @@
 #include "gameterm.h"
 #include "files.h"
 
+#define DESCRIPT_HGT 3
 
 static void process_dirty_expression(player_type *player_ptr, text_body_type *tb)
 {
index 5c22712..da2c05d 100644 (file)
@@ -15,8 +15,6 @@
 #define LSTAT_EXPRESSION    0x02
 #define LSTAT_AUTOREGISTER  0x04
 
-#define DESCRIPT_HGT 3
-
 /*!
  * @struct autopick_type
  * @brief 自動拾い/破壊設定データの構造体 / A structure type for entry of auto-picker/destroyer