summaryrefslogtreecommitdiff
path: root/include/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/map.h')
-rw-r--r--include/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/map.h b/include/map.h
index 50e3941..3980c8a 100644
--- a/include/map.h
+++ b/include/map.h
@@ -33,7 +33,7 @@ typedef struct t_tile {
#define MAP_SIZE_X 1000
#define MAP_SIZE_Y 1000
-#define MAX_LIGHT_EMITTERS 100
+#define MAX_LIGHT_EMITTERS 1000
typedef struct t_map_info {
int tile_width;