1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-21 06:43:04 +01:00

Remove superfluous argument

This commit is contained in:
Michał Janiszewski
2017-09-07 13:31:28 +02:00
parent a8ba58ab9a
commit 45de7ebd22

View File

@@ -559,7 +559,7 @@ namespace OpenRCT2
_variableFrame = ShouldRunVariableFrame();
do
{
RunFrame(this);
RunFrame();
}
while (!_finished);
#else