]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ent_cs.qc
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ent_cs.qc
index 9188418bdc204ecad1f9d5dc8bb30a157eda4244..98ec277683c5477912cc1415f234c284a80754b5 100644 (file)
@@ -48,7 +48,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);