From 60bdc1e9bbaefe757f6f945dcbb9f4abeda3ea87 Mon Sep 17 00:00:00 2001 From: Richard Allen <ra@ra.is> Date: Sun, 26 Feb 2012 14:49:59 +0000 Subject: [PATCH] IOQ3 commit 2219 --- reaction/code/cgame/cg_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reaction/code/cgame/cg_draw.c b/reaction/code/cgame/cg_draw.c index c12a9c70..369bdfe2 100644 --- a/reaction/code/cgame/cg_draw.c +++ b/reaction/code/cgame/cg_draw.c @@ -1782,7 +1782,7 @@ static void CG_DrawLagometer(void) trap_R_SetColor(NULL); if (cg_nopredict.integer || cg_synchronousClients.integer) { - CG_DrawBigString(ax, ay, "snc", 1.0); + CG_DrawBigString(x, y, "snc", 1.0); } CG_DrawDisconnect();