X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmovetypes%2Fwalk.qc;h=0f18a47bfc6ee4bcc487f464ddd6eeb625e615ef;hp=bd01be4e747fdf2f5b47079aeee6db5715ff0ec7;hb=ef74e1ba8e890befb4a4892a96d244a66c05fd48;hpb=e744d300162d41aec3e2a7f146012635e040b77a diff --git a/qcsrc/common/movetypes/walk.qc b/qcsrc/common/movetypes/walk.qc index bd01be4e74..0f18a47bfc 100644 --- a/qcsrc/common/movetypes/walk.qc +++ b/qcsrc/common/movetypes/walk.qc @@ -1,5 +1,5 @@ void _Movetype_Physics_Walk(float dt) // SV_WalkMove -{ +{SELFPARAM(); vector stepnormal = '0 0 0'; // if frametime is 0 (due to client sending the same timestamp twice), don't move