]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cl_client.qh
Merge remote-tracking branch 'origin/matthiaskrgr/screenshotcmd' into matthiaskrgr...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cl_client.qh
index 337c4db838c3e73ed0b95b60fd58658d22315cb2..d540bb16ac8bcc8aee6484da3b4c850ea853aa51 100644 (file)
@@ -99,11 +99,11 @@ 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);
 
-float Spectate(entity pl);
+bool Spectate(entity this, entity pl);
 
 #define SPECTATE_COPY() [[accumulate]] void SpectateCopy(entity this, entity spectatee)
 #define SPECTATE_COPYFIELD(fld) SPECTATE_COPY() { this.(fld) = spectatee.(fld); }