mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed weather hack
This commit is contained in:
parent
b5b962bd4a
commit
9fb640195a
@ -18,10 +18,6 @@ GVAR(WindInfoStart) = time;
|
||||
GVAR(Protractor) = false;
|
||||
GVAR(ProtractorStart) = time;
|
||||
|
||||
// TODO: Remove this hack once the weather engine is up and running
|
||||
if (isNil QUOTE(EGVAR(weather,currentTemperature))) then { EGVAR(weather,currentTemperature) = 24; };
|
||||
if (isNil QUOTE(EGVAR(weather,currentHumidity))) then { EGVAR(weather,currentHumidity) = 50; };
|
||||
|
||||
GVAR(SimulationPrecision) = 1;
|
||||
|
||||
GVAR(INIT_MESSAGE_ENABLED) = true;
|
||||
|
Loading…
Reference in New Issue
Block a user