X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmovetypes.qh;h=287226e53b7f918cbf4e788f99bcbf2e7252edb0;hb=23cbeac5036b9913c4508e165ca1c59f3ca9c02b;hp=9f39ffc7bc846f94eecd0ba3e85e3f27e9293a4c;hpb=85119d4a165562bcd7206c151255b8e680000367;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/movetypes.qh b/qcsrc/client/movetypes.qh index 9f39ffc7b..287226e53 100644 --- a/qcsrc/client/movetypes.qh +++ b/qcsrc/client/movetypes.qh @@ -5,11 +5,17 @@ .vector move_velocity; .vector move_avelocity; .float move_flags; +.float move_watertype; +.float move_waterlevel; .void(void) move_touch; +.void(float, float) contentstransition; .float move_bounce_factor; .float move_bounce_stopspeed; .float move_nomonsters; // -1 for MOVE_NORMAL, otherwise a MOVE_ constant +// 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_NoMatchServer();