X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=gl_draw.c;fp=gl_draw.c;h=77d6f107ef4dbb4e95011a9b83fa1f205b3f4706;hp=3f400e4ade4088cdeb82fc52514ded53605696e8;hb=48669036b4be979d997c27227942ed9c430277d5;hpb=88b33141e9e1ef1af7a41904025b7d9835dd9251 diff --git a/gl_draw.c b/gl_draw.c index 3f400e4a..77d6f107 100644 --- 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