1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix arguments to main()

This commit is contained in:
Arnav Borborah
2017-10-16 18:04:40 -04:00
committed by Michał Janiszewski
parent 6a66ef8668
commit 8271da85a2
6 changed files with 8 additions and 8 deletions

View File

@@ -150,7 +150,7 @@ namespace OpenRCT2
return _uiContext;
}
sint32 RunOpenRCT2(int argc, char * * argv) override
sint32 RunOpenRCT2(int argc, const char * * argv) override
{
if (Initialise())
{