diff --git a/src/openrct2/Context.cpp b/src/openrct2/Context.cpp index 804119f498..d3e90f5cd1 100644 --- a/src/openrct2/Context.cpp +++ b/src/openrct2/Context.cpp @@ -559,7 +559,7 @@ namespace OpenRCT2 _variableFrame = ShouldRunVariableFrame(); do { - RunFrame(this); + RunFrame(); } while (!_finished); #else