]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qh
Fix compile
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qh
index 65e505de30b86033a6ad031db26325a1c2ba2de2..d540bb16ac8bcc8aee6484da3b4c850ea853aa51 100644 (file)
@@ -99,7 +99,7 @@ METHOD(Client, m_unwind, bool(Client this))
 
 float c1, c2, c3, c4;
 
-void play_countdown(float finished, Sound samp);
+void play_countdown(entity this, 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);