mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fixed sound being muted on startup
This commit is contained in:
parent
f6ae9a2b43
commit
67444b0f15
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void S_Init( void ) {
|
|||
|
||||
if ( r ) {
|
||||
s_soundStarted = 1;
|
||||
s_soundMuted = 1;
|
||||
// s_soundMuted = 1;
|
||||
// s_numSfx = 0;
|
||||
SND_setup();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue