From: curt Date: Mon, 2 Nov 1998 23:03:55 +0000 (+0000) Subject: HUD units now display in feet by default with meters being a command line X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6a2ba66fc67bc65161dd554e04137ee4fec6ede;p=flightgear.git HUD units now display in feet by default with meters being a command line option. --- diff --git a/NEWS b/NEWS index 4afbb51a6..e43789176 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ New in 0.56 +* Changed default HUD units to the more standard feet units. You can still + use meters by specifying the command line option "--units-meters". * Added some initial joystick support using Steve's joystick interface class. This works great under Linux, but Steve's class now needs to be ported to Windoze and other platforms.