summaryrefslogtreecommitdiffstats
path: root/src/resources
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-02-19 14:27:16 (EST)
committer P. J. McDermott <pjm@nac.net>2013-02-19 14:27:16 (EST)
commit953782576764dc42ba2abfc1097255f53060ce71 (patch)
tree730af40e39c8a5532a502c85693f182cc0db8883 /src/resources
parent8a133b5f181e7b6e7f89e5d9f1a362e8ad87e3ad (diff)
downloadoverworld-rpg-953782576764dc42ba2abfc1097255f53060ce71.zip
overworld-rpg-953782576764dc42ba2abfc1097255f53060ce71.tar.gz
overworld-rpg-953782576764dc42ba2abfc1097255f53060ce71.tar.bz2
Add struct map * member to struct area.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map.h b/src/resources/map.h
index 267eb30..2f4a60e 100644
--- a/src/resources/map.h
+++ b/src/resources/map.h
@@ -5,7 +5,7 @@
#include "resource.h"
#include "image.h"
-enum map_layer_id {
+enum map_layer {
MAP_LAYER_GROUND = 0,
MAP_LAYER_OBJ_LOW,
MAP_LAYER_OBJ_MID,