]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qh
Propagate sound references
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qh
index a310043165173dd278f4e9f4430f45729e53528c..651e0cc60fc4b88c0a9169f51823babff4cb7ae7 100644 (file)
@@ -2,7 +2,7 @@
 
 float c1, c2, c3, c4;
 
-void play_countdown(float finished, string samp);
+void play_countdown(float finished, Sound samp);
 
 float CalcRotRegen(float current, float regenstable, float regenfactor, float regenlinear, float regenframetime, float rotstable, float rotfactor, float rotlinear, float rotframetime, float limit);