final q2 fix I think...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4487 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-09-29 17:11:47 +00:00
parent dad407a8c3
commit d938fc9751
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();
}