X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fent_cs.qc;h=52b15b0953fabc047fcefb668db5c6143bb6221f;hb=5274a2603b20b0de14ac1983574e8ffe1e8a1876;hp=b6db8dd3c358eb260eccec10b49cf0e316559227;hpb=845401fd312c66c059aaee1772ac5d79555ab4fc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/ent_cs.qc b/qcsrc/server/ent_cs.qc index b6db8dd3c..52b15b095 100644 --- a/qcsrc/server/ent_cs.qc +++ b/qcsrc/server/ent_cs.qc @@ -1,3 +1,8 @@ +#include "_all.qh" + +#include "defs.qh" +#include "mutators/mutators_include.qh" + /** * The point of these entities is to avoid the problems * with clientprediction. @@ -37,7 +42,7 @@ float entcs_customize() return true; } -float entcs_send(entity to, float sf) +float entcs_send(entity to, int sf) { WriteByte(MSG_ENTITY, ENT_CLIENT_ENTCS); WriteByte(MSG_ENTITY, sf);