From f0b443c37daa92d36ea752d837855a28b084dd3c Mon Sep 17 00:00:00 2001 From: kartofen Date: Fri, 12 Aug 2022 14:07:54 +0300 Subject: most likely works with more than 63 --- src/typedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/typedef.h') 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 -- cgit v1.2.3