]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - csprogs.c
Corrected names in credits to be more accurate and consistent.
[xonotic/darkplaces.git] / csprogs.c
index 88c1241820b75d4d20bb999bb09b4239f967f3f3..333a76062d75b7be21b00aa278192bc7860de551 100644 (file)
--- a/csprogs.c
+++ b/csprogs.c
@@ -238,7 +238,7 @@ static void CSQC_SetGlobals (double frametime)
                VectorCopy(cl.csqc_vieworiginfromengine, cl.csqc_vieworigin);
                VectorCopy(cl.csqc_viewanglesfromengine, cl.csqc_viewangles);
 
-               // LordHavoc: Spike says not to do this, but without pmove_org the
+               // LadyHavoc: Spike says not to do this, but without pmove_org the
                // CSQC is useless as it can't alter the view origin without
                // completely replacing it
                Matrix4x4_OriginFromMatrix(&cl.entities[cl.viewentity].render.matrix, pmove_org);
@@ -828,7 +828,7 @@ void CSQC_ReadEntities (void)
                                }
                                else
                                {
-                                       // LordHavoc: removing an entity that is already gone on
+                                       // LadyHavoc: removing an entity that is already gone on
                                        // the csqc side is possible for legitimate reasons (such
                                        // as a repeat of the remove message), so no warning is
                                        // needed