summaryrefslogtreecommitdiffstats
path: root/src/PluginManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PluginManager.h')
-rw-r--r--src/PluginManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PluginManager.h b/src/PluginManager.h
index 4140bffb5..12e4da71b 100644
--- a/src/PluginManager.h
+++ b/src/PluginManager.h
@@ -191,7 +191,7 @@ public: // tolua_export
bool CallHookUpdatingSign (cWorld * a_World, int a_BlockX, int a_BlockY, int a_BlockZ, AString & a_Line1, AString & a_Line2, AString & a_Line3, AString & a_Line4, cPlayer * a_Player);
bool CallHookWeatherChanged (cWorld & a_World);
bool CallHookWeatherChanging (cWorld & a_World, eWeather & a_NewWeather);
- bool CallHookWorldTick (cWorld & a_World, float a_Dt);
+ bool CallHookWorldTick (cWorld & a_World, float a_Dt, int a_LastTickDurationMSec);
bool DisablePlugin(const AString & a_PluginName); // tolua_export
bool LoadPlugin (const AString & a_PluginName); // tolua_export