mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Rename some Update functions to Tick
This commit is contained in:
@@ -646,7 +646,7 @@ void ScriptEngine::StopPlugins()
|
||||
_pluginsStarted = false;
|
||||
}
|
||||
|
||||
void ScriptEngine::Update()
|
||||
void ScriptEngine::Tick()
|
||||
{
|
||||
if (!_initialised)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user