1
0
Fork 0

Changed WeatherPrecision to double; this may help to avoid compile

errors (untested).
This commit is contained in:
david 2002-05-11 23:27:03 +00:00
parent 49bb3306d9
commit 94a667a061

View file

@ -51,7 +51,7 @@ HISTORY
/****************************************************************************/
/* DEFINES */
/****************************************************************************/
typedef float WeatherPrecision;
typedef double WeatherPrecision;
//set the minimum visibility to get a at least half way realistic weather
#define MINIMUM_WEATHER_VISIBILITY 10.0 /* metres */