X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhook.qc;h=72b87ca4e411eeb08e6d7de48435c2bd33395e96;hb=c0d4211cc0400146d46a49e0e6e0218925eaaf48;hp=609a06bbca46ce9e3c95bb7914a1693e826111f7;hpb=707b95ea2f5399ce787bc7a1087d211bd851d4ff;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hook.qc b/qcsrc/client/hook.qc index 609a06bbc..72b87ca4e 100644 --- a/qcsrc/client/hook.qc +++ b/qcsrc/client/hook.qc @@ -226,7 +226,7 @@ void Ent_ReadHook(float bIsNew, float type) sf = ReadByte(); self.HookSilent = (sf & 0x80); - self.iflags = IFLAG_VELOCITY; + self.iflags = IFLAG_VELOCITY | IFLAG_ORIGIN; InterpolateOrigin_Undo();