IOQ3 commit 2219

This commit is contained in:
Richard Allen 2012-02-26 14:49:59 +00:00
parent c5492f63ad
commit 60bdc1e9bb

View file

@ -1782,7 +1782,7 @@ static void CG_DrawLagometer(void)
trap_R_SetColor(NULL); trap_R_SetColor(NULL);
if (cg_nopredict.integer || cg_synchronousClients.integer) { if (cg_nopredict.integer || cg_synchronousClients.integer) {
CG_DrawBigString(ax, ay, "snc", 1.0); CG_DrawBigString(x, y, "snc", 1.0);
} }
CG_DrawDisconnect(); CG_DrawDisconnect();