diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/snd_openal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_openal.c b/src/client/snd_openal.c index 331641da..8aca3710 100644 --- a/src/client/snd_openal.c +++ b/src/client/snd_openal.c @@ -860,7 +860,7 @@ static void S_AL_SrcSetup(srcHandle_t src, sfxHandle_t sfx, alSrcPriority_t prio /* ================= -S_AL_NewLoopMaster +S_AL_SaveLoopPos Remove given source as loop master if it is the master and hand off master status to another source in this case. ================= */ |