From 78888ab433b3312ffdedfd8021db0d3c6d2ba5d1 Mon Sep 17 00:00:00 2001 From: stpohle Date: Sun, 10 Aug 2003 13:33:32 +0000 Subject: [PATCH] Text Musicfile Selected .. deleted.. --- src/sound.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ());