From 7fd2d99020512adce7f16465e0814cbcdb2bb8b3 Mon Sep 17 00:00:00 2001 From: Tequila Date: Thu, 13 Mar 2014 02:20:54 +0100 Subject: Bunch of comment fixes --- src/client/snd_openal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') 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. ================= */ -- cgit