diff options
author | Tequila <tequila@smokin-guns.org> | 2014-03-13 02:20:54 +0100 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-06-17 17:43:41 +0100 |
commit | 7fd2d99020512adce7f16465e0814cbcdb2bb8b3 (patch) | |
tree | fc240567fcd5e9a19c6d9a08f7758890e92b71b3 /src/client | |
parent | 316830895a91bfe9111230918960ab143c9db935 (diff) |
Bunch of comment fixes
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. ================= */ |