mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 06:31:40 +00:00
PSP/CTR: Reset Ammo Time on new Level
This commit is contained in:
parent
5642b93d93
commit
25df6ca0c8
1 changed files with 3 additions and 0 deletions
|
@ -230,6 +230,9 @@ void HUD_NewMap (void)
|
|||
|
||||
round_center_x = (vid.width - sb_round[0]->width) /2;
|
||||
round_center_y = (vid.height - sb_round[0]->height) /2;
|
||||
|
||||
hud_maxammo_starttime = 0;
|
||||
hud_maxammo_endtime = 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue