summaryrefslogtreecommitdiffstats
path: root/src/layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layer.h')
-rw-r--r--src/layer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/layer.h b/src/layer.h
index 126c3d9..85558a6 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -3,6 +3,7 @@
#include <SDL_stdinc.h>
+#if 0
const int LAYER_GROUND = 0;
const int LAYER_OBJ_LOW = 1;
const int LAYER_CHAR_BOT = 2;
@@ -10,6 +11,7 @@ const int LAYER_OBJ_MID = 3;
const int LAYER_CHAR_TOP = 4;
const int LAYER_OBJ_HIGH = 5;
const int LAYER_WEATHER = 6;
+#endif
struct layer {
char *name;