Add const to ticksElapsed_get

This commit is contained in:
Ted John 2020-04-24 16:07:58 +01:00
parent b553850307
commit a6eeb8c7c4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace OpenRCT2::Scripting
return date.GetMonthsElapsed() / 8;
}
uint32_t ticksElapsed_get()
uint32_t ticksElapsed_get() const
{
return gCurrentTicks;
}