]> git.mxchange.org Git - flightgear.git/commit
Modified --wind=DIR@SPEED option to allow both DIR and SPEED to
authordavid <david>
Sun, 9 Jun 2002 21:28:17 +0000 (21:28 +0000)
committerdavid <david>
Sun, 9 Jun 2002 21:28:17 +0000 (21:28 +0000)
commitf12ba10c47fdd859ee9976e43e7d6567f7ff6db7
tree2404ac9e197143da7ed6805a0161ff6b45617d6e
parent08848a284b4dae64bfdb110736d3bf3f57dfd861
Modified --wind=DIR@SPEED option to allow both DIR and SPEED to
contain colon-separated ranges.  For examples, winds from 180 degrees
10 knots gusting 15 knots would be

  --wind=180@10:15

Winds variable from 180-220 degrees 5 knots would be

  --wind=180:220@5

FGEnvironment does not yet support variable-direction winds, so
nothing will yet happen in the second case.
src/Main/options.cxx