From d938fc9751000b7225a5cff0264aed8451b6b739 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 29 Sep 2013 17:11:47 +0000 Subject: [PATCH] final q2 fix I think... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4487 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/common.c b/engine/common/common.c index b7fcef3dc..97d4a48b5 100644 --- a/engine/common/common.c +++ b/engine/common/common.c @@ -1627,7 +1627,7 @@ void MSGQ2_ReadDeltaUsercmd (usercmd_t *from, usercmd_t *move) move->impulse = MSG_ReadByte (); // read time to run command - move->msec = MSG_ReadByte (); + move->msec_compat = move->msec = MSG_ReadByte (); move->lightlevel = MSG_ReadByte (); }