X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmapvoting.qc;h=5a9f7e0765c85e5a66e6d4ada2da8048b02fd597;hb=dc4826c13d66ebc34a49ba927dd1bcf6edf7bf20;hp=8e7deae8fe94c09023baa3181c93ac96ff540c15;hpb=5607e279fe7b0dc9f92e15556ed6dc33f17f549c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/mapvoting.qc b/qcsrc/server/mapvoting.qc index 8e7deae8f..5a9f7e076 100644 --- a/qcsrc/server/mapvoting.qc +++ b/qcsrc/server/mapvoting.qc @@ -1,5 +1,4 @@ #include "mapvoting.qh" -#include "_all.qh" #include "g_world.qh" #include "command/cmd.qh" @@ -343,7 +342,7 @@ void GameTypeVote_SendOption(int i) } } -float MapVote_SendEntity(entity to, int sf) +bool MapVote_SendEntity(entity this, entity to, int sf) { float i;