projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d6371b
)
fixed setting default tile size for early busy animation to work again
author
Holger Schemel
<info@artsoft.org>
Sat, 12 Mar 2022 16:04:16 +0000
(17:04 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 12 Mar 2022 16:04:16 +0000
(17:04 +0100)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 66ba68ac1d4726d1f1eca081eee2bddf44750e23..92ba921549ca9b2f46a460e641e8f7cc9d5acdd9 100644
(file)
--- 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++)