mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-11 10:32:35 +00:00
D_SRB2Main: set music volume on init :)
This commit is contained in:
parent
21d00050a6
commit
424ad0bdb7
1 changed files with 1 additions and 0 deletions
|
|
@ -1655,6 +1655,7 @@ void D_SRB2Main(void)
|
||||||
I_StartupSound();
|
I_StartupSound();
|
||||||
I_InitMusic();
|
I_InitMusic();
|
||||||
S_InitSfxChannels(cv_soundvolume.value);
|
S_InitSfxChannels(cv_soundvolume.value);
|
||||||
|
S_InitMusicVolume();
|
||||||
}
|
}
|
||||||
|
|
||||||
Music_Init();
|
Music_Init();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue