X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=733df29cb65ef6fee578938201e4cf80a7c99ff3;hp=e5a1738b4840f59a4b2cc3c31fac267cd4f40d71;hb=5eeeb4703415b1fbad7910c2a3bf2c5af13916f8;hpb=e849e67ceff4a2f5d457dedee8f18de1646b9dc3 diff --git a/src/init.c b/src/init.c index e5a1738b..733df29c 100644 --- a/src/init.c +++ b/src/init.c @@ -424,14 +424,14 @@ void ReloadCustomArtwork() if (artwork.sounds_set_current != artwork.snd_current->name) { - printf("reload sounds ...\n"); + InitReloadSounds(artwork.snd_current->name); artwork.sounds_set_current = artwork.snd_current->name; } if (artwork.music_set_current != artwork.mus_current->name) { - printf("reload music ...\n"); + InitReloadMusic(artwork.mus_current->name); artwork.music_set_current = artwork.mus_current->name; }