Minor Code Tweaks

Still have to consider HeMan's optimization for cleanupAliveAI
This commit is contained in:
Chris Cardozo 2018-11-19 10:08:01 -05:00
parent ea9d6f122e
commit ce84757476

View File

@ -18,7 +18,7 @@ if (blck_debugLevel > 2) then {diag_log format["fnc_cleanupDeadAI called at time
private["_aiList","_ai"];
_aiList = +blck_deadAI;
{
if ( diag_tickTime > _x getVariable ["blck_cleanupAt",0] ) then // DBD_DeleteAITimer
if (diag_tickTime > _x getVariable ["blck_cleanupAt",0]) then
{
_ai = _x;
{