Skip to content

Commit

Permalink
Still initialize in Windows MIDI if extras.wad and id1.wad loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Sep 28, 2024
1 parent 47880d5 commit 81af8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i_music.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ bool I_InitMusic(void)
music_initialized = true;

#if defined(_WIN32)
if (extras && W_GetNumForName("H_INTRO") >= 0 && (!sigil || buckethead) && (!sigil2 || thorr))
if (extras && W_GetNumForName("H_INTRO") >= 0 && (!sigil || buckethead) && (!sigil2 || thorr) && !legacyofrust)
return true;

if (!(windowsmidi = I_Windows_InitMusic()))
Expand Down

0 comments on commit 81af8a1

Please sign in to comment.