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:
parent
dad407a8c3
commit
d938fc9751
1 changed files with 1 additions and 1 deletions
|
@ -1627,7 +1627,7 @@ void MSGQ2_ReadDeltaUsercmd (usercmd_t *from, usercmd_t *move)
|
||||||
move->impulse = MSG_ReadByte ();
|
move->impulse = MSG_ReadByte ();
|
||||||
|
|
||||||
// read time to run command
|
// read time to run command
|
||||||
move->msec = MSG_ReadByte ();
|
move->msec_compat = move->msec = MSG_ReadByte ();
|
||||||
|
|
||||||
move->lightlevel = MSG_ReadByte ();
|
move->lightlevel = MSG_ReadByte ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue