mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-29 07:41:47 +00:00
Merge branch 'master' into windows
Conflicts: src/client/sound/snd_al.c
This commit is contained in:
commit
7b54f3d668
1 changed files with 5 additions and 0 deletions
|
@ -550,6 +550,11 @@ AL_Overwater()
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
if (sound_started != SS_OAL)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/* Apply to all sources */
|
/* Apply to all sources */
|
||||||
for (i = 0; i < s_numchannels; i++)
|
for (i = 0; i < s_numchannels; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue