summaryrefslogtreecommitdiff
path: root/source/cl_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r--source/cl_parse.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/cl_parse.c b/source/cl_parse.c
index abf1257..98f3ba4 100644
--- a/source/cl_parse.c
+++ b/source/cl_parse.c
@@ -844,7 +844,9 @@ static void CL_ParseServerData( void ) {
cl.pmp.flyfriction = 9;
cl.pmp.airaccelerate = 0;
cl.gametype = GT_DEATHMATCH;
- //cl.pmp.highprec=qtrue;
+#ifdef PMOVE_HACK
+ cl.pmp.highprec = qtrue;
+#endif
if( cls.serverProtocol == PROTOCOL_VERSION_R1Q2 ) {
i = MSG_ReadByte();
if( i ) {