From: terencehill Date: Mon, 27 Jul 2015 21:59:22 +0000 (+0200) Subject: This comment wasn't supposed to be committed X-Git-Tag: xonotic-v0.8.1~22^2~3 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=645d6f1f92c8f3febed0928c2abbfafe2b009bb9 This comment wasn't supposed to be committed --- diff --git a/qcsrc/client/miscfunctions.qh b/qcsrc/client/miscfunctions.qh index fbdcc5db3..6c643962a 100644 --- a/qcsrc/client/miscfunctions.qh +++ b/qcsrc/client/miscfunctions.qh @@ -98,7 +98,6 @@ void drawpic_aspect_skin_expanding(vector position, string pic, vector theScale, void drawpic_aspect_skin_expanding_two(vector position, string pic, vector theScale, vector rgb, float theAlpha, float flag, float fadelerp); -// FIXME this function isn't centering the text correctly, see vote panel #define SET_POS_AND_SZ_Y_ASPECT(allow_colors) do { \ float textaspect, oldsz; \ textaspect = stringwidth(text, allow_colors, '1 1 1' * sz.y) / sz.y; \