]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/movetypes.qh
Can only hope there's no mistakes in this
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / movetypes.qh
index 287226e53b7f918cbf4e788f99bcbf2e7252edb0..46b86159e796503c45c97059baecef90574e2138 100644 (file)
@@ -16,8 +16,8 @@
 // should match sv_gameplayfix_fixedcheckwatertransition
 var float autocvar_cl_gameplayfix_fixedcheckwatertransition = 1;
 
-void Movetype_Physics_MatchTicrate(float tr, float sloppy);
-void Movetype_Physics_MatchServer(float sloppy);
+void Movetype_Physics_MatchTicrate(float tr, bool sloppy);
+void Movetype_Physics_MatchServer(bool sloppy);
 void Movetype_Physics_NoMatchServer();
 
 const float    MOVETYPE_NONE                           = 0;