commit 508c3fd3fa5b3149d329e15ea3e072ad2a7aa2f2
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Oct 1 01:04:00 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Thu Oct 1 01:04:00 2009 +0000
Oops.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1701
---
src/i_sdlmusic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/i_sdlmusic.c b/src/i_sdlmusic.c
index 29f00a97..81f492b5 100644
--- a/src/i_sdlmusic.c
+++ b/src/i_sdlmusic.c
@@ -304,7 +304,7 @@ static void *I_SDL_RegisterSong(void *data, int len)
// remove file now
-// remove(filename);
+ remove(filename);
Z_Free(filename);