aboutsummaryrefslogtreecommitdiff
path: root/src/typedef.h
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-12 14:07:54 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-12 14:07:54 +0300
commitf0b443c37daa92d36ea752d837855a28b084dd3c (patch)
tree5c35efb32a07373d6c3d6cc523680d68fd24af02 /src/typedef.h
parent02a5f64db70b61ad41c59c17d70feefaba1f21a5 (diff)
most likely works with more than 63
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 8924dc8..cf7787e 100644
--- a/src/typedef.h
+++ b/src/typedef.h
@@ -3,7 +3,7 @@
// useful definitions
-#define TILES_CAP 63
+#define TILES_CAP 128
#define TILEMAP_CAP 16384
#include <stdint.h>