Changed WeatherPrecision to double; this may help to avoid compile
errors (untested).
This commit is contained in:
parent
49bb3306d9
commit
94a667a061
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue