summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 46c53ba..6e077bd 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -549,6 +549,7 @@ struct gclient_s
int tkcredits[ MAX_CLIENTS ];
+ int revertCookie;
};
@@ -1541,6 +1542,8 @@ extern vmCvar_t g_reportWelcomeComment;
extern vmCvar_t g_scrimMode;
+extern vmCvar_t g_revertCooldownTime;
+
void trap_Printf( const char *fmt );
void trap_Error( const char *fmt );
int trap_Milliseconds( void );