mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-04 04:25:46 -04:00
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:
parent
aba9298ae1
commit
239f1aedc7
5 changed files with 11 additions and 10 deletions
11
buildcfg.txt
11
buildcfg.txt
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue