OSDN Git Service

Changed type for init_flags to match what is in system-variables.h.
authorEric Branlund <ebranlund@fastmail.com>
Mon, 15 Jun 2020 01:55:18 +0000 (18:55 -0700)
committerHourier <hourier@users.sourceforge.jp>
Sat, 20 Jun 2020 05:03:55 +0000 (14:03 +0900)
src/system/system-variables.c

index 45a00ab..de4ccaf 100644 (file)
@@ -22,7 +22,7 @@ const concptr copyright[5] =
 concptr ANGBAND_SYS = "xxx";
 concptr ANGBAND_KEYBOARD = _("JAPAN", "0");
 concptr ANGBAND_GRAF = "ascii";
-int init_flags;
+init_flags_type init_flags;
 
 /*!
  * Function hook to restrict "get_obj_num_prep()" function