mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-14 09:08:02 -05:00
Move precacheStatusIcon
This commit is contained in:
@ -129,6 +129,8 @@ main()
|
|||||||
|
|
||||||
init()
|
init()
|
||||||
{
|
{
|
||||||
|
precacheStatusIcon( "menu_mp_killstreak_select" );
|
||||||
|
precacheStatusIcon( "menu_mp_contract_expired" );
|
||||||
precacheStatusIcon( "waypoint_revive" );
|
precacheStatusIcon( "waypoint_revive" );
|
||||||
|
|
||||||
if ( is_true( level.zombiemode_using_chugabud_perk ) )
|
if ( is_true( level.zombiemode_using_chugabud_perk ) )
|
||||||
|
@ -53,9 +53,6 @@ init()
|
|||||||
level.player_spawn_sound = "zmb_spawn_powerup";
|
level.player_spawn_sound = "zmb_spawn_powerup";
|
||||||
}
|
}
|
||||||
|
|
||||||
precacheStatusIcon( "menu_mp_killstreak_select" );
|
|
||||||
precacheStatusIcon( "menu_mp_contract_expired" );
|
|
||||||
|
|
||||||
setDvar("ui_scorelimit", 1);
|
setDvar("ui_scorelimit", 1);
|
||||||
|
|
||||||
setteamscore("axis", 0);
|
setteamscore("axis", 0);
|
||||||
|
Reference in New Issue
Block a user