diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 764892ab..d7bb0a6f 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -323,6 +323,9 @@ typedef struct int credit; int ping; + // used to save persistant[] values while in SPECTATOR_FOLLOW mode + int savedCredit; + // votes qboolean vote; qboolean teamVote; |