]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/vote.qh
When the match is over notify that the vote in progress is canceled
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / vote.qh
index 3e8aaa33f3b1e7f4dc50d822f579c72d452123fa..3f555ed8d8a89086b3d5182d4f9a0386e8fb645a 100644 (file)
@@ -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