summaryrefslogtreecommitdiffstats
path: root/src/resources/map.h
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-02-17 20:44:32 (EST)
committer P. J. McDermott <pjm@nac.net>2013-02-17 20:44:32 (EST)
commitf158a79d0e8a2158f843ecfc5d7eaaa620828679 (patch)
treed433b0fad25700e76e8fbb1a806193f62226dd48 /src/resources/map.h
parenteebb2788b04e7ad655338f515918f1ebc0ba05ab (diff)
downloadoverworld-rpg-f158a79d0e8a2158f843ecfc5d7eaaa620828679.zip
overworld-rpg-f158a79d0e8a2158f843ecfc5d7eaaa620828679.tar.gz
overworld-rpg-f158a79d0e8a2158f843ecfc5d7eaaa620828679.tar.bz2
Support collision and unknown map layers.
Diffstat (limited to 'src/resources/map.h')
-rw-r--r--src/resources/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/map.h b/src/resources/map.h
index ba264de..02733bc 100644
--- a/src/resources/map.h
+++ b/src/resources/map.h
@@ -12,6 +12,7 @@ enum layer_id {
LAYER_OBJ_MID,
LAYER_CHAR_TOP,
LAYER_OBJ_HIGH,
+ LAYER_COLLISION,
LAYER_WEATHER,
LAYERS_MAX
};