diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
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; |