diff options
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/region_map.c b/src/region_map.c index b49c3c31a..3a902ec0e 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -20,7 +20,7 @@ #include "constants/flags.h" #include "constants/songs.h" #include "constants/region_map_sections.h" -#include "constants/spawn_points.h" +#include "constants/heal_locations.h" #include "constants/maps.h" #define FREE_IF_NOT_NULL(ptr) ({ \ |