aboutsummaryrefslogtreecommitdiff
path: root/src/typedef.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-11 23:12:12 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-11 23:12:12 +0300
commita756913a7134c207a7d29a1175a428b02f61b777 (patch)
treef462a6b9f5a324467973800c6315e3cd2b37e20f /src/typedef.h
parent89a48fc3e7252e1c7941f86559ca00b38d525244 (diff)
minor bug fixes
Diffstat (limited to 'src/typedef.h')
-rw-r--r--src/typedef.h2
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>