]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Corrected names in credits to be more accurate and consistent.
[xonotic/darkplaces.git] / client.h
index 17cce996a29216aa73ba9993e4771b58055584eb..02a34c0c99e3a0724eb30daf31e2917afd9f34d3 100644 (file)
--- a/client.h
+++ b/client.h
@@ -477,7 +477,7 @@ typedef struct frameblend_s
 }
 frameblend_t;
 
-// LordHavoc: this struct is intended for the renderer but some fields are
+// LadyHavoc: this struct is intended for the renderer but some fields are
 // used by the client.
 //
 // The renderer should not rely on any changes to this struct to be persistent
@@ -836,7 +836,7 @@ typedef struct client_static_s
        // -1 = use normal cd track
        int forcetrack;
        qfile_t *demofile;
-       // realtime at second frame of timedemo (LordHavoc: changed to double)
+       // realtime at second frame of timedemo (LadyHavoc: changed to double)
        double td_starttime;
        int td_frames; // total frames parsed
        double td_onesecondnexttime;
@@ -846,7 +846,7 @@ typedef struct client_static_s
        double td_onesecondmaxfps;
        double td_onesecondavgfps;
        int td_onesecondavgcount;
-       // LordHavoc: pausedemo
+       // LadyHavoc: pausedemo
        qboolean demopaused;
 
        // sound mixer statistics for showsound display