mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Merge pull request #2043 from worldwidesorrow/master
Removing unused variable dayz_currentGlobalAnimals
This commit is contained in:
@@ -331,7 +331,6 @@ if (!isDedicated) then {
|
|||||||
canPickup = false;
|
canPickup = false;
|
||||||
pickupInit = false;
|
pickupInit = false;
|
||||||
mouseOverCarry = false; //for carry slot since determining mouse pos doesn't work right
|
mouseOverCarry = false; //for carry slot since determining mouse pos doesn't work right
|
||||||
dayz_currentGlobalAnimals = 0;
|
|
||||||
r_player_divideinvehicle = 0;
|
r_player_divideinvehicle = 0;
|
||||||
dayz_currentWeaponHolders = 0;
|
dayz_currentWeaponHolders = 0;
|
||||||
dayz_unsaved = false;
|
dayz_unsaved = false;
|
||||||
|
|||||||
@@ -1972,7 +1972,6 @@ class FSM
|
|||||||
"Dayz_loginCompleted = true;" \n
|
"Dayz_loginCompleted = true;" \n
|
||||||
"" \n
|
"" \n
|
||||||
"//Other Counters" \n
|
"//Other Counters" \n
|
||||||
" dayz_currentGlobalAnimals = count entities ""CAAnimalBase"";" \n
|
|
||||||
" dayz_currentGlobalZombies = count entities ""zZombie_Base"";" \n
|
" dayz_currentGlobalZombies = count entities ""zZombie_Base"";" \n
|
||||||
"" \n
|
"" \n
|
||||||
"{" \n
|
"{" \n
|
||||||
|
|||||||
@@ -349,7 +349,6 @@ while {1 == 1} do {
|
|||||||
if ((diag_tickTime - _timer1) > 10) then {
|
if ((diag_tickTime - _timer1) > 10) then {
|
||||||
_position = getPosATL player;
|
_position = getPosATL player;
|
||||||
//Other Counters
|
//Other Counters
|
||||||
dayz_currentGlobalAnimals = count entities "CAAnimalBase";
|
|
||||||
dayz_currentGlobalZombies = count entities "zZombie_Base";
|
dayz_currentGlobalZombies = count entities "zZombie_Base";
|
||||||
_zeds = _position nearEntities ["zZombie_Base",200];
|
_zeds = _position nearEntities ["zZombie_Base",200];
|
||||||
dayz_spawnZombies = 0;
|
dayz_spawnZombies = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user