diff --git a/rts/Sim/Misc/ModInfo.cpp b/rts/Sim/Misc/ModInfo.cpp index 7e3cc448ae..f026214cf1 100644 --- a/rts/Sim/Misc/ModInfo.cpp +++ b/rts/Sim/Misc/ModInfo.cpp @@ -334,10 +334,7 @@ void CModInfo::Init(const std::string& modFileName) throw content_error("Sensors\\Los\\AirLosMipLevel out of bounds. The minimum value is 0. The maximum value is 30."); } { - //misc - const LuaTable& misc = root.SubTable("misc"); - - windChangeReportPeriod = static_cast(math::roundf(misc.GetFloat("windChangeReportPeriod", static_cast(windChangeReportPeriod) / GAME_SPEED) * GAME_SPEED)); + windChangeReportPeriod = static_cast(math::roundf(root.GetFloat("windChangeReportPeriod", static_cast(windChangeReportPeriod) / GAME_SPEED) * GAME_SPEED)); } if (!std::has_single_bit (quadFieldQuadSizeInElmos))