From a756913a7134c207a7d29a1175a428b02f61b777 Mon Sep 17 00:00:00 2001 From: kartofen Date: Thu, 11 Aug 2022 23:12:12 +0300 Subject: minor bug fixes --- 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 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 #include -- cgit v1.2.3