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 a70a02e5..96031ec6 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -339,6 +339,7 @@ typedef struct qboolean denyBuild; int adminLevel; char voice[ MAX_VOICE_NAME_LEN ]; + qboolean useUnlagged; } clientPersistant_t; #define MAX_UNLAGGED_MARKERS 10 @@ -435,7 +436,6 @@ struct gclient_s unlagged_t unlaggedBackup; unlagged_t unlaggedCalc; int unlaggedTime; - qboolean useUnlagged; float voiceEnthusiasm; char lastVoiceCmd[ MAX_VOICE_CMD_LEN ]; |