diff options
Diffstat (limited to 'src/game/voting.h')
| -rw-r--r-- | src/game/voting.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/voting.h b/src/game/voting.h index 8b31d93d..e1706caf 100644 --- a/src/game/voting.h +++ b/src/game/voting.h @@ -8,6 +8,8 @@ enum VOTE_DESC_LENGTH=64, VOTE_CMD_LENGTH=512, VOTE_REASON_LENGTH=16, + + MAX_VOTE_OPTIONS=128, }; struct CVoteOptionClient |