Xeno69 / Domination

Domination - A MP mission for Arma 3
85 stars 36 forks source link

AI awareness d_cur_tgt_enemy_units array is not truncated #441

Closed longtimegamer closed 2 years ago

longtimegamer commented 2 years ago

units are removed from d_cur_tgt_enemy_units array when fn_entitykilled is called

however units that are alive when a maintarget is completed are not removed from the array so the array can grow very fast

longtimegamer commented 2 years ago

resolved by https://github.com/Xeno69/Domination/pull/443