diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-24 17:00:19 -0400 |
commit | 06025e887f911acb1d777bbe80d9766a881122c6 (patch) | |
tree | 3e3fcc3648658d53097fe7067bdf17041dfb171f /src/region_map.c | |
parent | 46f4a4bbf7239743c333cd32d30b74a7b3176acc (diff) |
Allow flag/var counts to be updated alongside values
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/region_map.c b/src/region_map.c index 287e97fe9..b8e07c835 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -9,7 +9,6 @@ #include "trig.h" #include "constants/maps.h" #include "overworld.h" -#include "constants/flags.h" #include "event_data.h" #include "secret_base.h" #include "string_util.h" |