]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/nades.qc
Declare more ints as ints
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / nades.qc
index 12a86eedd4b9ea7e8ddaa4d1532e7b11d7e3333b..28a88b6e4f0a63a77cac143eea78a1409a0d2520 100644 (file)
@@ -16,7 +16,7 @@
 
 
 #ifdef SVQC
-float healer_send(entity to, float sf)
+float healer_send(entity to, int sf)
 {
        WriteByte(MSG_ENTITY, ENT_CLIENT_HEALING_ORB);
        WriteByte(MSG_ENTITY, sf);