]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/weapon/tuba.qh
Purge autocvars.qh from the codebase, cvars are defined in the headers of the feature...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / weapon / tuba.qh
index 335326514d76fdfb85dbe49a43734737a11696dd..8855fc7527d50cc8bb4fa50965b25f1cfd45cdb4 100644 (file)
@@ -53,5 +53,7 @@ classfield(Tuba) .int tuba_instrument;
 #endif
 
 #ifdef SVQC
+float autocvar_snd_soundradius;
+
 bool W_Tuba_HasPlayed(entity pl, .entity weaponentity, string melody, int instrument, bool ignorepitch, float mintempo, float maxtempo);
 #endif