From 9fb640195ae97bc657010406d107356451a7f389 Mon Sep 17 00:00:00 2001 From: ulteq Date: Tue, 7 Apr 2015 21:02:57 +0200 Subject: [PATCH] Removed weather hack --- addons/advanced_ballistics/XEH_postInit.sqf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/addons/advanced_ballistics/XEH_postInit.sqf b/addons/advanced_ballistics/XEH_postInit.sqf index daf2af6d49..fd8c2dfc89 100644 --- a/addons/advanced_ballistics/XEH_postInit.sqf +++ b/addons/advanced_ballistics/XEH_postInit.sqf @@ -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;