]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
Corrected names in credits to be more accurate and consistent.
[xonotic/darkplaces.git] / gl_draw.c
index 3f400e4ade4088cdeb82fc52514ded53605696e8..77d6f107ef4dbb4e95011a9b83fa1f205b3f4706 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -840,8 +840,8 @@ void DrawQ_Fill(float x, float y, float width, float height, float red, float gr
 static const vec4_t string_colors[] =
 {
        // Quake3 colors
-       // LordHavoc: why on earth is cyan before magenta in Quake3?
-       // LordHavoc: note: Doom3 uses white for [0] and [7]
+       // LadyHavoc: why on earth is cyan before magenta in Quake3?
+       // LadyHavoc: note: Doom3 uses white for [0] and [7]
        {0.0, 0.0, 0.0, 1.0}, // black
        {1.0, 0.0, 0.0, 1.0}, // red
        {0.0, 1.0, 0.0, 1.0}, // green