mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Make zone name HUD show right away initially
This commit is contained in:
@ -508,7 +508,10 @@ zone_hud()
|
||||
|
||||
flag_wait( "initial_blackscreen_passed" );
|
||||
|
||||
prev_zone = "";
|
||||
prev_zone = self get_zone_name();
|
||||
zone_hud settext(prev_zone);
|
||||
zone_hud.alpha = 1;
|
||||
|
||||
while (1)
|
||||
{
|
||||
zone = self get_zone_name();
|
||||
|
Reference in New Issue
Block a user