From: terencehill Date: Mon, 27 Jun 2011 10:19:00 +0000 (+0200) Subject: No need to reset drawfontscale after each drawn msg, do it at the end X-Git-Tag: xonotic-v0.5.0~175 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=d5bf15e35a2d28c48341a39ee61cd39d112c0641;p=xonotic%2Fxonotic-data.pk3dir.git No need to reset drawfontscale after each drawn msg, do it at the end --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index f0c838e50..01475f383 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4598,8 +4598,8 @@ void HUD_CenterPrint (void) if (a < 1 && centerprint_msgID[j] == 0) // messages with id can be replaced just after they are faded out, so never move over them the next messages pos_y -= 1.5 * fontsize_y * (1 - a*a); } - drawfontscale = '1 1 0'; } + drawfontscale = '1 1 0'; } /*