diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-21 14:14:14 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-12 18:35:27 -0600 |
commit | 667c53e25b4db2c5fc3bcbdb50825843dfaded4e (patch) | |
tree | c2ff0a92cb1145c45babac78c50964fcfde8594d /src/item_use.c | |
parent | 98ca62cf91e7e0bd33f09edfc848a62061015aee (diff) |
Fix event object include guards and constant filenames
Diffstat (limited to 'src/item_use.c')
-rw-r--r-- | src/item_use.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_use.c b/src/item_use.c index 17a17327d..6659bd6d2 100644 --- a/src/item_use.c +++ b/src/item_use.c @@ -34,7 +34,7 @@ #include "string_util.h" #include "strings.h" #include "task.h" -#include "constants/bg_event_constants.h" +#include "constants/event_bg.h" #include "constants/map_types.h" #include "constants/species.h" #include "constants/vars.h" |