1
0
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:
ζeh Matt
2021-12-02 17:35:31 +02:00
parent 1261ccc7b9
commit 94e20ba7fe
12 changed files with 19 additions and 19 deletions

View File

@@ -646,7 +646,7 @@ void ScriptEngine::StopPlugins()
_pluginsStarted = false;
}
void ScriptEngine::Update()
void ScriptEngine::Tick()
{
if (!_initialised)
{