]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/FGWeatherDefs.h
- modified FGBinding to keep a local copy of the argument property
[flightgear.git] / src / WeatherCM / FGWeatherDefs.h
index 49a6c774faaaa9e7890697b30218d7820b6c1d74..f357a9f3e2b9bb7c96559e8491efb4aad7a4147c 100644 (file)
@@ -54,10 +54,11 @@ HISTORY
 typedef float WeatherPrecision;
 
 //set the minimum visibility to get a at least half way realistic weather
-#define MINIMUM_WEATHER_VISIBILIY 10.0    /* metres */
-#define DEFAULT_WEATHER_VISIBILIY 32000.0 /* metres */
+#define MINIMUM_WEATHER_VISIBILITY 10.0    /* metres */
+#define DEFAULT_WEATHER_VISIBILITY 32000.0 /* metres */
 //prefered way the database is working
 #define PREFERED_WORKING_TYPE default_mode
+// #define PREFERED_WORKING_TYPE use_internet
 
 #define FG_WEATHER_DEFAULT_TEMPERATURE   (15.0+273.16)     /*15°C or 288.16°K*/
 #define FG_WEATHER_DEFAULT_VAPORPRESSURE (0.0)             /*in Pascal 1 Pa = N/m^2*/