aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/map.c b/map.c
index b4087fe..3096699 100644
--- a/map.c
+++ b/map.c
@@ -5,7 +5,7 @@
#include "render.h"
#include "world.h"
-#define null_tile 0xffff
+#define null_tile 0xff
Rect tile_rects[] = {
#define x(n, x, y) \