From 35b32cb279049ff764534fdc153bf37b00c6a004 Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 13:12:54 +0000 Subject: * store credits in pers.credit instead of ps.stats[ PERS_CREDIT ] --- src/game/g_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 05b9701b..0202be7e 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -324,7 +324,7 @@ typedef struct int nameChanges; // used to save persistant[] values while in SPECTATOR_FOLLOW mode - int savedCredit; + int credit; // votes qboolean vote; -- cgit