diff options
Diffstat (limited to 'src/World.cpp')
-rw-r--r-- | src/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp index 561adc4d0..bd1a52a7d 100644 --- a/src/World.cpp +++ b/src/World.cpp @@ -486,7 +486,7 @@ void cWorld::CastThunderbolt(Vector3i a_Block) -int cWorld::GetDefaultWeatherInterval(eWeather a_Weather) +int cWorld::GetDefaultWeatherInterval(eWeather a_Weather) const { auto & Random = GetRandomProvider(); switch (a_Weather) |