mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
CLIENT: Remember to reset revive timer
This commit is contained in:
parent
545eb52673
commit
d4efbef54a
1 changed files with 1 additions and 0 deletions
|
@ -1027,6 +1027,7 @@ noref void() CSQC_Parse_Event =
|
|||
revive_icons[reviveoff_id].org[1] = 0;
|
||||
revive_icons[reviveoff_id].org[2] = 0;
|
||||
revive_icons[reviveoff_id].state = 0;
|
||||
revive_icons[reviveoff_id].timer = 0;
|
||||
revive_icons[reviveoff_id].draw = false;
|
||||
active_revive_icons--;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue