]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/sv_turrets.qh
Propagate sound references
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / sv_turrets.qh
index 2d5a5f5f9d00526e67b110d8f9849a42a203efb2..622f2360f7d0aec8fd6ad109129a04e98972ffa8 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef SV_TURRETS_H
 #define SV_TURRETS_H
 
-entity turret_projectile(string _snd, float _size, float _health, float _death, float _proj_type, float _cull, float _cli_anim);
+entity turret_projectile(Sound _snd, float _size, float _health, float _death, float _proj_type, float _cull, float _cli_anim);
 void turret_projectile_explode();
 float turret_validate_target(entity e_turret, entity e_target, float validate_flags);
 float turret_firecheck();