Skip to content

SW: Play the theme song at the user's specified volume level

sirlemonhead requested to merge (removed):voidsw_changes into master

The CD track version of Shadow Warrior's theme song plays at full volume, and doesn't respect the volume level the user has chosen from the menus. This fix just adds a call to SetSongVolume(gs.MusicVolume), which then sets the theme songs volume with a call to FX_SetPan()

Merge request reports