Unique tracks for FreeDM title, intermission, and text screen (#1219)

Finally resolve #10 after nearly 10 years...
The Jute MIDI used for the text screen here was never used.
This commit is contained in:
uni 2023-12-05 19:18:56 +00:00 committed by GitHub
parent aba9298ae1
commit 239f1aedc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 10 deletions

View file

@ -492,11 +492,6 @@ D_BUNNY
#else /* #ifndef PHASE2 */
; doom 2 music
D_READ_M
D_DM2TTL
D_DM2INT
#ifndef FREEDM
D_RUNNIN = D_MAP01
@ -531,6 +526,9 @@ D_SHAWN3 = D_MAP29
D_OPENIN = D_MAP30
D_EVIL = D_MAP31
D_ULTIMA = D_MAP32
D_READ_M
D_DM2TTL
D_DM2INT
#else /* FREEDM */
@ -568,6 +566,9 @@ D_SHAWN3 = D_DM29
D_OPENIN = D_DM30
D_EVIL = D_DM31
D_ULTIMA = D_DM32
D_DM2TTL = D_FDMTTL
D_DM2INT = D_FDMINT
D_READ_M = D_FDMRDM
#endif /* #ifdef FREEDM */
#endif /* #ifndef PHASE2 */