foxygit / doom Log in
commit 6132a2a3e365ca36b7a1a7d721289763bac971dd
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Sep 12 21:13:08 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sat Sep 12 21:13:08 2009 +0000

    Vanilla Doom plays d_introa, not d_intro.

    Subversion-branch: /branches/opl-branch
    Subversion-revision: 1670
---
 src/d_main.c     | 2 +-
 src/i_oplmusic.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/d_main.c b/src/d_main.c
index c59a8fb7..46dd19ac 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -521,7 +521,7 @@ void D_DoAdvanceDemo (void)
 	if ( gamemode == commercial )
 	  S_StartMusic(mus_dm2ttl);
 	else
-	  S_StartMusic (mus_intro);
+	  S_StartMusic (mus_introa);
 	break;
       case 1:
 	G_DeferedPlayDemo(DEH_String("demo1"));
diff --git a/src/i_oplmusic.c b/src/i_oplmusic.c
index bed81109..a6c03f6f 100644
--- a/src/i_oplmusic.c
+++ b/src/i_oplmusic.c
@@ -1513,7 +1513,7 @@ static void *I_OPL_RegisterSong(void *data, int len)

     // remove file now

-    remove(filename);
+//    remove(filename);

     Z_Free(filename);