]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.c
Add cl_cmd.c to vs projects
[xonotic/darkplaces.git] / snd_ogg.c
index 683d4213215f4496ab7bbd74a7b6e4500b496520..2a1cb1482a1815a3ff306c7659cb692d51406feb 100644 (file)
--- a/snd_ogg.c
+++ b/snd_ogg.c
@@ -472,7 +472,7 @@ static void OGG_GetSamplesFloat (channel_t *ch, sfx_t *sfx, int firstsampleframe
                ret = qov_pcm_seek(&per_ch->vf, (ogg_int64_t)firstsampleframe);
                if (ret != 0)
                {
-                       // LordHavoc: we can't Con_Printf here, not thread safe...
+                       // LadyHavoc: we can't Con_Printf here, not thread safe...
                        //Con_Printf("OGG_FetchSound: qov_pcm_seek(..., %d) returned %d\n", firstsampleframe, ret);
                        return;
                }