diff options
Diffstat (limited to 'src/typedef.h')
-rw-r--r-- | src/typedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typedef.h b/src/typedef.h index 483c250..8924dc8 100644 --- a/src/typedef.h +++ b/src/typedef.h @@ -4,7 +4,7 @@ // useful definitions #define TILES_CAP 63 -#define TILEMAP_CAP 4096 +#define TILEMAP_CAP 16384 #include <stdint.h> #include <stddef.h> |