From 77ef99bd652758145c4d1024c58f43215011483a Mon Sep 17 00:00:00 2001 From: someone2639 Date: Thu, 27 May 2021 13:45:15 -0400 Subject: [PATCH] set default model count to 256 --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index 828261c4..d962be29 100644 --- a/include/config.h +++ b/include/config.h @@ -65,7 +65,7 @@ // Uncomment this if you want to keep the mario head and not skip it //#define KEEP_MARIO_HEAD // Number of possible unique model ID's (keep it higher than 256) -#define MODEL_ID_COUNT 0x10000 +#define MODEL_ID_COUNT 256 /* Coordinate overflow fix setting: * Scales the world down by this factor, increasing how far you can render on