X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fstats.qh;h=daa1d3c8b7bd205640288198c94a0eb7f010dede;hb=88e815808cb794930e7a0d6257cfdb8b3456a9a1;hp=41a0e7eb974169d9919e694da085f1c17102051e;hpb=ef456a7e36afd5c8279bb91a7d295b9b3fcd94c7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/stats.qh b/qcsrc/common/stats.qh index 41a0e7eb9..daa1d3c8b 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -303,6 +303,7 @@ REGISTER_STAT(SLICK_APPLYGRAVITY, bool, autocvar_sv_slick_applygravity) #ifdef SVQC #include "physics/movetypes/movetypes.qh" +float warmup_limit; #endif REGISTER_STAT(MOVEVARS_AIRACCEL_QW_STRETCHFACTOR, float) @@ -346,6 +347,7 @@ REGISTER_STAT(MOVEVARS_AIRACCELERATE, float) // FIXME: Was 0 on server, 1 on client. Still want that? REGISTER_STAT(MOVEVARS_ENTGRAVITY, float, (this.gravity) ? this.gravity : 1) REGISTER_STAT(MOVEVARS_JUMPVELOCITY, float) +REGISTER_STAT(MOVEVARS_JUMPVELOCITY_CROUCH, float) REGISTER_STAT(MOVEVARS_MAXAIRSPEED, float) REGISTER_STAT(MOVEVARS_STEPHEIGHT, float, autocvar_sv_stepheight) REGISTER_STAT(MOVEVARS_AIRACCEL_QW, float)