1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Apply suggestions from code review

Co-Authored-By: Michał Janiszewski <janisozaur@users.noreply.github.com>
Co-Authored-By: Aaron van Geffen <aaron@aaronweb.net>
Co-Authored-By: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
Ted John
2020-04-24 13:23:39 +01:00
parent 161985259a
commit 3fe49ca2a3
5 changed files with 6 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ namespace OpenRCT2::Scripting
}
private:
int32_t width_get()
int32_t width_get() const
{
return context_get_width();
}