diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 8020ac08..25f31ad6 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -340,6 +340,10 @@ typedef struct int nameChangeTime; int nameChanges; + // used to save persistant[] values while in SPECTATOR_FOLLOW mode + int savedScore; + int savedCredit; + vec3_t lastDeathLocation; char guid[ 33 ]; char ip[ 16 ]; |