FG v0.0.5

This commit is contained in:
Frank
2019-08-26 17:54:50 +02:00
parent 677a733767
commit 15cbdabbeb
2 changed files with 189 additions and 34 deletions
@@ -1302,8 +1302,10 @@ function CONTROLLABLE:TaskFollow( FollowControllable, Vec3, LastWaypointIndex )
-- }
local LastWaypointIndexFlag = false
local lastWptIndexFlagChangedManually = false
if LastWaypointIndex then
LastWaypointIndexFlag = true
lastWptIndexFlagChangedManually = true
end
local DCSTask
@@ -1313,7 +1315,8 @@ function CONTROLLABLE:TaskFollow( FollowControllable, Vec3, LastWaypointIndex )
groupId = FollowControllable:GetID(),
pos = Vec3,
lastWptIndexFlag = LastWaypointIndexFlag,
lastWptIndex = LastWaypointIndex
lastWptIndex = LastWaypointIndex,
lastWptIndexFlagChangedManually = lastWptIndexFlagChangedManually,
}
}