mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
+USE unbound fix
This commit is contained in:
parent
7815a27f98
commit
1cb4241fb4
3 changed files with 23 additions and 0 deletions
|
@ -382,6 +382,12 @@ void CL_FinishMove (usercmd_t *cmd)
|
|||
cmd->buttons |= 2;
|
||||
in_jump.state &= ~2;
|
||||
|
||||
// 1999-10-29 +USE fix by Maddes start
|
||||
if (in_use.state & 3)
|
||||
cmd->buttons |= 4;
|
||||
in_use.state &= ~2;
|
||||
// 1999-10-29 +USE fix by Maddes end
|
||||
|
||||
// send milliseconds of time to apply the move
|
||||
ms = host_frametime * 1000;
|
||||
if (ms > 250)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue