]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/tuba.qc
Sounds: infer extensions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / tuba.qc
index ed2964936a3bd3942ba90cf1af2921c5d5197fcd..68858ab5203a27bb31252ff8fd8b461a51fccf37 100644 (file)
@@ -3,7 +3,7 @@
 #include "../common/constants.qh"
 
 
-#define TUBA_STARTNOTE(i, n) W_Sound(strcat("tuba", (i ? ftos(i) : ""), "_loopnote", ftos(n)))
+#define TUBA_STARTNOTE(i, n) _Sound_fixpath(W_Sound(strcat("tuba", (i ? ftos(i) : ""), "_loopnote", ftos(n))))
 
 const int TUBA_MIN = -18;
 const int TUBA_MAX = 27;