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 9132d69e..b3850da9 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -579,6 +579,7 @@ typedef struct char voteDisplayString[ NUM_TEAMS ][ MAX_STRING_CHARS ]; int voteTime[ NUM_TEAMS ]; // level.time vote was called int voteExecuteTime[ NUM_TEAMS ]; // time the vote is executed + int voteDelay[ NUM_TEAMS ]; // it doesn't make sense to always delay vote execution int voteYes[ NUM_TEAMS ]; int voteNo[ NUM_TEAMS ]; int numVotingClients[ NUM_TEAMS ];// set by CalculateRanks |