Text Musicfile Selected .. deleted..

origin
stpohle 22 years ago
parent 5fa621f0aa
commit 78888ab433

@ -1,4 +1,4 @@
/* $Id: sound.c,v 1.3 2003/08/06 19:29:10 stpohle Exp $ */ /* $Id: sound.c,v 1.4 2003/08/10 13:33:32 stpohle Exp $ */
/* sound */ /* sound */
#include "sound.h" #include "sound.h"
@ -161,7 +161,6 @@ snd_load (char *tilesetname)
/* try loading the music from the tileset or the default */ /* try loading the music from the tileset or the default */
sprintf (fullname, "%s/music/%s", bman.datapath, desel->name); sprintf (fullname, "%s/music/%s", bman.datapath, desel->name);
printf ("Musikdatei: %s\n", fullname);
if ((snd.music = Mix_LoadMUS (fullname)) == NULL) if ((snd.music = Mix_LoadMUS (fullname)) == NULL)
d_printf ("Couldn't load %s: %s\n", fullname, SDL_GetError ()); d_printf ("Couldn't load %s: %s\n", fullname, SDL_GetError ());

Loading…
Cancel
Save