]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/ent_cs.qh
Weapons: remove WEP_ACTION
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / ent_cs.qh
index 0d11f5cb2758cdacc2944a42fa05163379922fdb..05821f9ba3081b9ff19694940ae5662f581fd000 100644 (file)
@@ -22,11 +22,11 @@ void entcs_init();
 
 float entcs_customize();
 
-float entcs_send(entity to, float sf);
+float entcs_send(entity to, int sf);
 
 void entcs_think();
 
 entity attach_entcs();
 
 void detach_entcs();
-#endif
\ No newline at end of file
+#endif