diff --git a/doomsday/engine/portable/src/sv_main.c b/doomsday/engine/portable/src/sv_main.c index 4f7d5c089e..a219f3d80f 100644 --- a/doomsday/engine/portable/src/sv_main.c +++ b/doomsday/engine/portable/src/sv_main.c @@ -1222,7 +1222,7 @@ void Sv_ClientCoords(int plrNum) clientPos[VX], clientPos[VY], clientPos[VZ]); // We need to restore the client's old position. - ddpl->flags |= DDPF_FIXPOS; + //ddpl->flags |= DDPF_FIXPOS; } else // The move was successful. {