From 8c44753f1294c3ad4fbf64c8c3b390d06cdc99d9 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 13 Jan 2008 02:35:32 +0000 Subject: New minor Q2PRO protocol version, 1012. Save up to 6 bits on each usercmd vector component. Measure frame duration more accurately in CL_UpdateCmd. --- source/cl_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cl_parse.c') diff --git a/source/cl_parse.c b/source/cl_parse.c index 5f2fb93..2a43e1c 100644 --- a/source/cl_parse.c +++ b/source/cl_parse.c @@ -844,7 +844,7 @@ static void CL_ParseServerData( void ) { cl.pmp.speedMultiplier = 1; cl.pmp.maxspeed = 300; - cl.pmp.upspeed = 350; +// cl.pmp.upspeed = 350; cl.pmp.friction = 6; cl.pmp.waterfriction = 1; cl.pmp.flyfriction = 9; @@ -894,7 +894,7 @@ static void CL_ParseServerData( void ) { Com_DPrintf( "Q2PRO QWMod enabled\n" ); cl.pmp.maxspeed = 320; - cl.pmp.upspeed = ((cl.pmp.qwmod == 2) ? 310 : 350); + //cl.pmp.upspeed = ((cl.pmp.qwmod == 2) ? 310 : 350); cl.pmp.friction = 4; cl.pmp.waterfriction = 4; cl.pmp.airaccelerate = qtrue; -- cgit v1.2.3