OSDN Git Service

[Refactor] #37353 use_menu を util.c/h へ移動.
authordeskull <deskull@users.sourceforge.jp>
Mon, 10 Jun 2019 14:03:54 +0000 (23:03 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 10 Jun 2019 14:03:54 +0000 (23:03 +0900)
src/externs.h
src/util.c
src/util.h
src/variable.c

index 4a669dc..998882b 100644 (file)
@@ -65,5 +65,3 @@ extern MONSTER_IDX riding_t_m_idx;
 extern MONRACE_IDX today_mon;
 extern bool sukekaku;
 extern bool new_mane;
-
-extern bool use_menu;
index c4367e7..8eafeae 100644 (file)
@@ -104,6 +104,8 @@ bool inkey_xtra;            /* See the "inkey()" function */
 bool inkey_scan;               /* See the "inkey()" function */
 bool inkey_flag;               /* See the "inkey()" function */
 
+bool use_menu;
+
 static int num_more = 0;
 
 /* Save macro trigger string for use in inkey_special() */
index ab3eb5f..858e5ed 100644 (file)
@@ -124,6 +124,8 @@ extern bool inkey_xtra;
 extern bool inkey_scan;
 extern bool inkey_flag;
 
+extern bool use_menu;
+
 /*
  * Automatically generated "variable" declarations
  */
index c271bf3..a2c1534 100644 (file)
@@ -53,8 +53,6 @@ MONSTER_IDX today_mon;
 bool sukekaku;
 bool new_mane;
 
-bool use_menu;
-
 #ifdef CHUUKEI
 bool chuukei_server;
 bool chuukei_client;