From: Holger Schemel Date: Sat, 12 Mar 2022 16:04:16 +0000 (+0100) Subject: fixed setting default tile size for early busy animation to work again X-Git-Tag: 4.3.2.0~79 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=fca4950a2c2505710124f53fd1fc85475df78577;p=rocksndiamonds.git fixed setting default tile size for early busy animation to work again --- 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++)