1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-13 08:38:01 -05:00

Make zone name HUD show right away initially

This commit is contained in:
Jbleezy
2022-01-08 05:32:05 -08:00
parent b8a859f75e
commit 4bb65f1aec

View File

@ -508,7 +508,10 @@ zone_hud()
flag_wait( "initial_blackscreen_passed" ); flag_wait( "initial_blackscreen_passed" );
prev_zone = ""; prev_zone = self get_zone_name();
zone_hud settext(prev_zone);
zone_hud.alpha = 1;
while (1) while (1)
{ {
zone = self get_zone_name(); zone = self get_zone_name();