Kinkkujuustovoileipa / uh-60l

DCS UH-60L Mod release repository
251 stars 22 forks source link

ASN-128B Fix waypoint decrement wraparound #209

Closed sniporbob closed 1 year ago

sniporbob commented 2 years ago

Decrementing waypoints below 0 was causing waypoint to wrap around to 69, but should instead be 99. Fixed currWP value when decrementing if currWP <1 by changing from 70 to 100.

Fixes issue:

136