1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-11 15:48:05 -05:00

Move precacheStatusIcon

This commit is contained in:
Jbleezy
2023-04-29 06:46:50 -07:00
parent 77bb779725
commit 70ff6d4f99
2 changed files with 2 additions and 3 deletions

View File

@ -129,6 +129,8 @@ main()
init()
{
precacheStatusIcon( "menu_mp_killstreak_select" );
precacheStatusIcon( "menu_mp_contract_expired" );
precacheStatusIcon( "waypoint_revive" );
if ( is_true( level.zombiemode_using_chugabud_perk ) )

View File

@ -53,9 +53,6 @@ init()
level.player_spawn_sound = "zmb_spawn_powerup";
}
precacheStatusIcon( "menu_mp_killstreak_select" );
precacheStatusIcon( "menu_mp_contract_expired" );
setDvar("ui_scorelimit", 1);
setteamscore("axis", 0);