]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - draw.h
made reconnect command reconnect to the last server you were on, even if it was an...
[xonotic/darkplaces.git] / draw.h
diff --git a/draw.h b/draw.h
index 62e9d585e2a19871e8b473fffb23349b7e584fd2..6d6f4e3f14cb73e80b188ab5fadd200deb4687ae 100644 (file)
--- a/draw.h
+++ b/draw.h
@@ -81,7 +81,7 @@ void DrawQ_Pic(float x, float y, cachepic_t *pic, float width, float height, flo
 // draw a text string
 void DrawQ_String(float x, float y, const char *string, int maxlen, float scalex, float scaley, float red, float green, float blue, float alpha, int flags);
 // draw a text string that supports color tags (colorindex can either be NULL, -1 to make it choose the default color or valid index to start with)
-void DrawQ_ColoredString( float x, float y, const char *text, int maxlen, float scalex, float scaley, float basered, float basegreen, float baseblue, float basealpha, int flags, int *outcolor );
+float DrawQ_ColoredString( float x, float y, const char *text, int maxlen, float scalex, float scaley, float basered, float basegreen, float baseblue, float basealpha, int flags, int *outcolor );
 // draw a very fancy pic (per corner texcoord/color control), the order is tl, tr, bl, br
 void DrawQ_SuperPic(float x, float y, cachepic_t *pic, float width, float height, float s1, float t1, float r1, float g1, float b1, float a1, float s2, float t2, float r2, float g2, float b2, float a2, float s3, float t3, float r3, float g3, float b3, float a3, float s4, float t4, float r4, float g4, float b4, float a4, int flags);
 // draw a triangle mesh