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

Remove extra spaces after start of comment

This commit is contained in:
Jbleezy
2023-12-16 20:50:09 -08:00
parent d9b261f49e
commit 7ce0cfe9f6
2 changed files with 4 additions and 4 deletions

View File

@ -2856,7 +2856,7 @@ buildbuildables()
}
else if (level.scr_zm_map_start_location == "processing")
{
flag_wait("initial_blackscreen_passed"); // wait for buildables to randomize
flag_wait("initial_blackscreen_passed"); // wait for buildables to randomize
wait 1;
level.buildables_available = array("subwoofer_zm", "springpad_zm", "headchopper_zm");
@ -2878,12 +2878,12 @@ buildbuildables()
{
if (level.scr_zm_map_start_location == "street")
{
flag_wait("initial_blackscreen_passed"); // wait for buildables to be built
flag_wait("initial_blackscreen_passed"); // wait for buildables to be built
wait 1;
updatebuildables();
removebuildable("turbine", "buried");
removebuildable("headchopper_zm", "buried"); // TODO - remove line when headchopper anims work on Borough
removebuildable("headchopper_zm", "buried"); // TODO - remove line when headchopper anims work on Borough
}
}
}

View File

@ -10,7 +10,7 @@
struct_init()
{
scripts\zm\replaced\utility::register_perk_struct("", "", (0, 0, 0), (0, 0, 0)); // need this for pap to work
scripts\zm\replaced\utility::register_perk_struct("", "", (0, 0, 0), (0, 0, 0)); // need this for pap to work
scripts\zm\replaced\utility::register_perk_struct("specialty_weapupgrade", "p6_anim_zm_buildable_pap_on", (10460, -564, -220), (0, -35, 0));
zone_respawnpoints = [];