diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-09-26 16:46:06 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-09-26 16:46:06 +0000 |
commit | 46fffc982f93b82a695861493b0b6c9ce668b23a (patch) | |
tree | 2a7a312f6a567822b4569a5c7ad1f44e86ce6e55 /source/cl_parse.c | |
parent | a56ee6e51d88e099bd24ef24614a4323d49f2ceb (diff) |
Implemented GAME_FEATURE_MVDSPEC.
Diffstat (limited to 'source/cl_parse.c')
-rw-r--r-- | source/cl_parse.c | 4 |
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 ) { |