X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fvote.qh;fp=qcsrc%2Fserver%2Fcommand%2Fvote.qh;h=3f555ed8d8a89086b3d5182d4f9a0386e8fb645a;hb=6fd5fc9c6ce2123df4ec26a3700eb9b390b0ccbc;hp=3e8aaa33f3b1e7f4dc50d822f579c72d452123fa;hpb=ee6a8d98fd285c5625e938984daa6fe2fd949d96;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/vote.qh b/qcsrc/server/command/vote.qh index 3e8aaa33f..3f555ed8d 100644 --- a/qcsrc/server/command/vote.qh +++ b/qcsrc/server/command/vote.qh @@ -56,7 +56,7 @@ string vote_parsed_display; // visual string which is fixed after being parsed // allow functions to be used in other code like world.qc and teamplay.qc void VoteThink(); -void VoteReset(); +void VoteReset(bool verbose); void VoteCommand(int request, entity caller, int argc, string vote_command); // warmup and nagger stuff