Removed weather hack

This commit is contained in:
ulteq 2015-04-07 21:02:57 +02:00
parent b5b962bd4a
commit 9fb640195a

View File

@ -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;