X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=b45aa038385e924a91343f2c841e5c5a593f617f;hb=06caafc8481189a73ffc5beb2105aaec5ac0acb5;hp=fe585257360fc68d0dc3785be8dbf0f4761013b4;hpb=2443a8a09966a9940e1420c91d24a297325c2a00;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index fe585257..b45aa038 100644 --- a/src/init.c +++ b/src/init.c @@ -71,6 +71,7 @@ void OpenAll(void) InitSetup(); InitPlayerInfo(); + InitArtworkInfo(); /* needed before loading gfx, sound & music */ InitCounter(); InitSound(); @@ -83,7 +84,6 @@ void OpenAll(void) InitEventFilter(FilterMouseMotionEvents); - InitArtworkInfo(); InitGfx(); InitElementProperties(); /* initializes IS_CHAR() for el2gfx() */