diff options
Diffstat (limited to 'src/World.h')
-rw-r--r-- | src/World.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.h b/src/World.h index 958fc4255..a6b61f2e2 100644 --- a/src/World.h +++ b/src/World.h @@ -729,7 +729,7 @@ private: cWorld(const AString & a_WorldName); ~cWorld(); - void Tick(float a_Dt); + void Tick(float a_Dt, int a_LastTickDurationMSec); /// Handles the weather in each tick void TickWeather(float a_Dt); |