mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 07:13:07 +01:00
Remove superfluous argument
This commit is contained in:
@@ -559,7 +559,7 @@ namespace OpenRCT2
|
|||||||
_variableFrame = ShouldRunVariableFrame();
|
_variableFrame = ShouldRunVariableFrame();
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
RunFrame(this);
|
RunFrame();
|
||||||
}
|
}
|
||||||
while (!_finished);
|
while (!_finished);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user