From fca4950a2c2505710124f53fd1fc85475df78577 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 12 Mar 2022 17:04:16 +0100 Subject: [PATCH] fixed setting default tile size for early busy animation to work again --- src/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/init.c b/src/init.c index 66ba68ac..92ba9215 100644 --- a/src/init.c +++ b/src/init.c @@ -5589,6 +5589,8 @@ static void InitGfx(void) InitGfxCustomArtworkInfo(); InitGfxOtherSettings(); + InitGfxTileSizeInfo(TILESIZE, TILESIZE); + bitmap_font_initial = LoadCustomImage(filename_font_initial); for (j = 0; j < NUM_INITIAL_FONTS; j++) -- 2.34.1