Skip to content

Commit

Permalink
Fixed|Hexen: Music missing on MAP26 (Desolate Garden)
Browse files Browse the repository at this point in the history
Hexen's music.ded had a typo for MAP26 (not "belchr").

IssueID #2359
  • Loading branch information
skyjake committed Dec 2, 2019
1 parent 00b5732 commit 3086907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/plugins/hexen/defs/hexen/music.ded
Expand Up @@ -25,7 +25,7 @@ Music { ID = "sixater"; Lump = "SIXATER"; }
Music { ID = "wobabyr"; Lump = "WOBABYR"; }
Music { ID = "cryptr"; Lump = "CRYPTR"; }
Music { ID = "fantar"; Lump = "FANTAR"; }
Music { ID = "belchr"; Lump = "BELCHR"; }
Music { ID = "blechr"; Lump = "BLECHR"; }
Music { ID = "voidr"; Lump = "VOIDR"; }
Music { ID = "chap_1r"; Lump = "CHAP_1R"; }
Music { ID = "chap_2r"; Lump = "CHAP_2R"; }
Expand Down

0 comments on commit 3086907

Please sign in to comment.