diff options
author | M. Kristall <mkpdev@gmail.com> | 2011-04-10 23:09:39 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:04 +0000 |
commit | feb16759421aec7845f3fea5021c622c178de6f7 (patch) | |
tree | d3e96a2bd9a51c4d0b9ea2d83354c59a9e0b4f30 /src/game/g_local.h | |
parent | 229ebd9fabc4d162f0722a2ac2d3e23c2629dcfd (diff) |
* (bug 4948) Nextmap vote can be overwritten
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 |