diff --git a/src/sound.c b/src/sound.c index 81cae68..6c27f6b 100644 --- a/src/sound.c +++ b/src/sound.c @@ -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 */ #include "sound.h" @@ -161,7 +161,6 @@ snd_load (char *tilesetname) /* try loading the music from the tileset or the default */ sprintf (fullname, "%s/music/%s", bman.datapath, desel->name); - printf ("Musikdatei: %s\n", fullname); if ((snd.music = Mix_LoadMUS (fullname)) == NULL) d_printf ("Couldn't load %s: %s\n", fullname, SDL_GetError ());