PSP/CTR: Reset Ammo Time on new Level

This commit is contained in:
cypress 2024-09-14 12:14:23 -07:00 committed by GitHub
parent 5642b93d93
commit 25df6ca0c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -230,6 +230,9 @@ void HUD_NewMap (void)
round_center_x = (vid.width - sb_round[0]->width) /2; round_center_x = (vid.width - sb_round[0]->width) /2;
round_center_y = (vid.height - sb_round[0]->height) /2; round_center_y = (vid.height - sb_round[0]->height) /2;
hud_maxammo_starttime = 0;
hud_maxammo_endtime = 0;
} }