|
|
@ -700,9 +700,6 @@ void updateFromClientCfg()
|
|
|
|
//---------------------------------------------------
|
|
|
|
//---------------------------------------------------
|
|
|
|
if (Landscape)
|
|
|
|
if (Landscape)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
#ifdef NL_OS_MAC
|
|
|
|
|
|
|
|
Landscape->enableVegetable(false);
|
|
|
|
|
|
|
|
#else
|
|
|
|
|
|
|
|
if (ClientCfg.MicroVeget != LastClientCfg.MicroVeget)
|
|
|
|
if (ClientCfg.MicroVeget != LastClientCfg.MicroVeget)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if(ClientCfg.MicroVeget)
|
|
|
|
if(ClientCfg.MicroVeget)
|
|
|
@ -722,7 +719,6 @@ void updateFromClientCfg()
|
|
|
|
Landscape->enableVegetable(false);
|
|
|
|
Landscape->enableVegetable(false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//---------------------------------------------------
|
|
|
|
//---------------------------------------------------
|
|
|
|