Skip to content

Commit

Permalink
Client: Fixed client getting stuck
Browse files Browse the repository at this point in the history
Server seems to think some valid coordinates are invalid.
The client was getting stuck near corners.
  • Loading branch information
skyjake committed Apr 19, 2011
1 parent d4fd168 commit cf2e72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/sv_main.c
Expand Up @@ -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.
{
Expand Down

0 comments on commit cf2e72e

Please sign in to comment.