SEAD working correctly + readjust test missions not to loose anything.

This commit is contained in:
FlightControl
2016-07-13 09:08:08 +02:00
parent ce19e3bc03
commit 86b283c7f0
35 changed files with 77 additions and 55 deletions

View File

@@ -76,6 +76,7 @@ end
function PROCESS_SEAD:OnHitTarget( Fsm, Event, From, To, Event )
MESSAGE:New( "TargetCount = " .. self.TargetSetUnit:Count(), 15 ):ToAll()
self.TargetSetUnit:Flush()
if self.TargetSetUnit:Count() > 0 then
self:NextEvent( Fsm.MoreTargets )
else