We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7493ce8 commit 662f32dCopy full SHA for 662f32d
ogsr_engine/xr_3da/Environment_misc.cpp
@@ -787,7 +787,7 @@ void CEnvironment::load_weather_effects ()
787
auto& sections = config->sections();
788
789
env.reserve (sections.size() + 2);
790
- env.push_back (create_descriptor("00:00:00", false));
+ env.push_back (create_descriptor("00:00:00", nullptr));
791
792
for (const auto& pair : sections)
793
{
@@ -796,7 +796,7 @@ void CEnvironment::load_weather_effects ()
796
797
CInifile::Destroy (config);
798
799
- env.push_back (create_descriptor("24:00:00", false));
+ env.push_back (create_descriptor("24:00:00", nullptr));
800
env.back()->exec_time_loaded = DAY_LENGTH;
801
802
}
0 commit comments