X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fvote.qh;h=988e91bbce615648873186adf6fb5306d4641c54;hp=d5c3bc0ad0e937d9569d1ec95cc539cd09c78897;hb=62d736d8c3a51baf5fa3a4265e39a2b773704a91;hpb=50d6cb6a02a959a7303b5b687631b664a807b26f diff --git a/qcsrc/server/command/vote.qh b/qcsrc/server/command/vote.qh index d5c3bc0ad..988e91bbc 100644 --- a/qcsrc/server/command/vote.qh +++ b/qcsrc/server/command/vote.qh @@ -41,7 +41,7 @@ string vote_parsed_display; // visual string which is fixed after being parsed // allow functions to be used in other code like g_world.qc and teamplay.qc void VoteThink(); void VoteReset(); -void VoteCommand(float request, entity caller, float argc, string vote_command); +void VoteCommand(int request, entity caller, int argc, string vote_command); // warmup and nagger stuff const float RESTART_COUNTDOWN = 10;