diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-11 14:37:34 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-05-11 14:37:34 +0200 |
| commit | 2f9e8a6033075f68bbed46a66d22712a84b8f678 (patch) | |
| tree | 78a4062a238ae048d0b04fe3ceb9c9b368255457 /include/map.h | |
| parent | 0ed1a617a897cf241406b3b7d5ddda5b74f4d9f4 (diff) | |
spawner
Diffstat (limited to 'include/map.h')
| -rw-r--r-- | include/map.h | 2 |
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; |
