diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/map.h | 2 |
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, |