mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
HUD: fix updating after intermission
This commit is contained in:
@ -508,6 +508,7 @@ set_perks()
|
|||||||
|
|
||||||
health_bar_hud()
|
health_bar_hud()
|
||||||
{
|
{
|
||||||
|
level endon("intermission");
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
flag_wait("hud_visible");
|
flag_wait("hud_visible");
|
||||||
@ -821,6 +822,7 @@ set_time_frozen_on_end_game()
|
|||||||
|
|
||||||
zone_name_hud()
|
zone_name_hud()
|
||||||
{
|
{
|
||||||
|
level endon("intermission");
|
||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
|
|
||||||
flag_wait("hud_visible");
|
flag_wait("hud_visible");
|
||||||
|
Reference in New Issue
Block a user