summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorRoman Tetelman <kevlarman@gmail.com>2009-10-03 13:12:54 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:33 +0000
commit35b32cb279049ff764534fdc153bf37b00c6a004 (patch)
treee9e2dc50a3305e1e1d8556224ffd1a506521954c /src/game/g_local.h
parentea3939f5a0e08267b482def6d49e4c438f7c4663 (diff)
* store credits in pers.credit instead of ps.stats[ PERS_CREDIT ]
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
1 files changed, 1 insertions, 1 deletions
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;