summaryrefslogtreecommitdiff
path: root/src/heal_location.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-05 11:55:48 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-05 11:55:48 -0600
commitcaa13f877797edbb7a1e13bf00b537bafbd4315a (patch)
treeb5f49b410072efbee9d5a9e3c5a632a9482cc895 /src/heal_location.c
parent54da96309186b98263b4434911e1c5b8d4b4e3ec (diff)
convert some constants to C headers
Diffstat (limited to 'src/heal_location.c')
-rw-r--r--src/heal_location.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heal_location.c b/src/heal_location.c
index efc534170..aa90fe1ae 100644
--- a/src/heal_location.c
+++ b/src/heal_location.c
@@ -1,10 +1,10 @@
// Includes
#include "global.h"
-#include "map_constants.h"
+#include "constants/maps.h"
#include "heal_location.h"
-#define HEAL_LOCATION(map, x, y) {MAP_GROUP_##map, MAP_ID_##map, x, y}
+#define HEAL_LOCATION(map, x, y) {MAP_GROUP(map), MAP_NUM(map), x, y}
// Static type declarations