Fixed: Clang warning, ContinentMngr.cur() is checked later
--HG-- branch : develop
This commit is contained in:
parent
ffb600e03e
commit
b944892c8f
1 changed files with 1 additions and 1 deletions
|
@ -2015,7 +2015,7 @@ bool mainLoop()
|
|||
}
|
||||
|
||||
// Temp for weather test
|
||||
if (ClientCfg.ManualWeatherSetup && ContinentMngr.cur() && ContinentMngr.cur()->WeatherFunction)
|
||||
if (ClientCfg.ManualWeatherSetup)
|
||||
{
|
||||
H_AUTO_USE ( RZ_Client_Main_Loop_Debug )
|
||||
static float displayHourDelta = 0.04f; // static for edition during debug..
|
||||
|
|
Loading…
Reference in a new issue