]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/client.qh
Merged master.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / client.qh
index ee00c60ca6f97f4603c1572ec34099a1cb800e46..2928aae1c927bd5685acd4f576b629719c14a953 100644 (file)
@@ -189,8 +189,6 @@ METHOD(Client, m_unwind, bool(Client this))
     return false;
 }
 
-float c1, c2, c3, c4;
-
 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);