+USE unbound fix

This commit is contained in:
Maddes Buecher 2000-08-20 19:17:44 +00:00
parent 7815a27f98
commit 1cb4241fb4
3 changed files with 23 additions and 0 deletions

View file

@ -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)