From bc8842788b1b96e921ef3151249a450a0aebf121 Mon Sep 17 00:00:00 2001 From: Scott Brooks Date: Sun, 10 Mar 2002 23:27:26 +0000 Subject: [PATCH] fixed net for the wstats --- reaction/cgame/cg_scoreboard.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reaction/cgame/cg_scoreboard.c b/reaction/cgame/cg_scoreboard.c index a746ba83..9b23dae2 100644 --- a/reaction/cgame/cg_scoreboard.c +++ b/reaction/cgame/cg_scoreboard.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.12 2002/03/10 23:27:26 blaze +// fixed net for the wstats +// // Revision 1.11 2002/03/03 23:12:18 blaze // weapon stats - fixed a formating bug. // @@ -829,7 +832,7 @@ void CG_DrawWeaponStats(void) CG_DrawSmallStringColor(WS_LEFTSIDE + 6 + SMALLCHAR_WIDTH, WS_TOP + SB_PADDING * 3 + SMALLCHAR_HEIGHT, String, color); - Com_sprintf(String, sizeof(String), "%3i",cg.records[REC_KILLS] - cg.snap->ps.persistant[PERS_KILLED]); + Com_sprintf(String, sizeof(String), "%3i",cg.snap->ps.persistant[PERS_SCORE] - cg.snap->ps.persistant[PERS_KILLED]); MAKERGBA(color, 1.0f, 1.0f, 1.0f, 1.0f); CG_DrawSmallStringColor(WS_LEFTSIDE + 6 + SMALLCHAR_WIDTH * 7 - 1, WS_TOP + SB_PADDING * 3 + SMALLCHAR_HEIGHT,