diff --git a/addons/weather/CfgWorlds.hpp b/addons/weather/CfgWorlds.hpp new file mode 100644 index 0000000000..3474ccde6c --- /dev/null +++ b/addons/weather/CfgWorlds.hpp @@ -0,0 +1,17 @@ +class CfgWorlds { + class CAWorld; + + class Stratis: CAWorld { + AGM_TempMeanJan = 7.4; + AGM_TempMeanJul = 25.9; + AGM_TempAmplitudeJan = 6.4; + AGM_TempAmplitudeJul = 9.2; + }; + + class Altis: CAWorld { + AGM_TempMeanJan = 7.4; + AGM_TempMeanJul = 25.9; + AGM_TempAmplitudeJan = 6.4; + AGM_TempAmplitudeJul = 9.2; + }; +}; diff --git a/addons/weather/config.cpp b/addons/weather/config.cpp index a1220b9966..dc3faecf5f 100644 --- a/addons/weather/config.cpp +++ b/addons/weather/config.cpp @@ -13,6 +13,8 @@ class CfgPatches { #include "CfgEventhandlers.hpp" +#include "CfgWorlds.hpp" + /*class ACE_Parameters_Numeric { GVAR(XXXX) = 100; };