]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
No need to reset drawfontscale after each drawn msg, do it at the end
authorterencehill <piuntn@gmail.com>
Mon, 27 Jun 2011 10:19:00 +0000 (12:19 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 27 Jun 2011 10:19:00 +0000 (12:19 +0200)
qcsrc/client/hud.qc

index f0c838e50d0d538f632b353774065ca65330fe35..01475f383a86fd810f9909a013921a20db08350c 100644 (file)
@@ -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';
 }
 
 /*