mirror of
https://github.com/JezuzLizard/Public-BO2-Mods.git
synced 2025-06-07 18:47:59 -05:00
Fix compilation for new compiler.
This commit is contained in:
parent
6796548ec1
commit
4d5cc2814d
3
Perks and Pack on Farm and Depot/.gitignore
vendored
Normal file
3
Perks and Pack on Farm and Depot/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
\compiled
|
||||
*.exe
|
||||
*.bat
|
@ -1,6 +1,6 @@
|
||||
#include maps/mp/zombies/_zm_utility;
|
||||
#include maps/mp/_utility;
|
||||
#include common_scripts/utility;
|
||||
#include maps\mp\zombies\_zm_utility;
|
||||
#include maps\mp\_utility;
|
||||
#include common_scripts\utility;
|
||||
|
||||
main()
|
||||
{
|
||||
@ -10,9 +10,9 @@ main()
|
||||
{
|
||||
if ( location == "farm" || location == "transit" )
|
||||
{
|
||||
replaceFunc( common_scripts/utility::struct_class_init, ::struct_class_init_o );
|
||||
replaceFunc( maps/mp/zm_transit_utility::solo_tombstone_removal, ::solo_tombstone_removal );
|
||||
replaceFunc( maps/mp/zombies/_zm_perks::perk_machine_removal, ::perk_machine_removal );
|
||||
replaceFunc( common_scripts\utility::struct_class_init, ::struct_class_init_o );
|
||||
replaceFunc( maps\mp\zm_transit_utility::solo_tombstone_removal, ::solo_tombstone_removal );
|
||||
replaceFunc( maps\mp\zombies\_zm_perks::perk_machine_removal, ::perk_machine_removal );
|
||||
level thread turn_perks_on();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user