Initialize ao_min_vel with |ao_flight_vel|
authorKeith Packard <keithp@keithp.com>
Mon, 11 May 2009 06:00:06 +0000 (23:00 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 11 May 2009 06:00:06 +0000 (23:00 -0700)
commitb623b1098bc7a10d471730259438fb82804221d0
tree48ba40971f0055d86ead04e560bd5966e380d907
parente9584e846b9bd7926d61451d32ba5d7a30416f7b
Initialize ao_min_vel with |ao_flight_vel|

As ao_min_vel is stored as an absolute value, it's important to preserve
that invariant, even though we don't expect ao_flight_vel to be negative at
coast.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao_flight.c