diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 08cc3270..f1432ebc 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -411,6 +411,7 @@ struct gclient_s int time100; // timer for 100ms interval events int time1000; // timer for one second interval events + int time10000; // timer for ten second interval events char *areabits; |