]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_violence.qh
Merge branch 'master' into Mario/vaporizer_damage
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_violence.qh
index 19072c8211fb142d205aa03710b27f3f13724b41..98d2b811fcd2858cec93686b65fd3e35da9fd7ea 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef G_VIOLENCE_H
 #define G_VIOLENCE_H
 
-float Violence_GibSplash_SendEntity(entity to, float sf);
+float Violence_GibSplash_SendEntity(entity to, int sf);
 
 // TODO maybe convert this to a TE?
 void Violence_GibSplash_At(vector org, vector dir, float type, float amount, entity gibowner, entity attacker);
 
 void Violence_GibSplash(entity source, float type, float amount, entity attacker);
-#endif
\ No newline at end of file
+#endif