Home
last modified time | relevance | path

Searched refs:allow_early_completion (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.h99 bool allow_early_completion; member
H A DConfig.cpp226 model->allow_early_completion = reader->GetBoolean("allow_early_completion", false); in ReadGeneral()
303 writer->WriteBoolean("allow_early_completion", model->allow_early_completion); in WriteGeneral()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.cpp849 return gConfigGeneral.allow_early_completion; in AllowEarlyCompletion()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DOptions.cpp1957 gConfigGeneral.allow_early_completion ^= 1; in MiscMouseUp()
1963 … ScenarioSetSetting::AllowEarlyCompletion, gConfigGeneral.allow_early_completion); in MiscMouseUp()
2087 … WidgetSetCheckboxValue(this, WIDX_ALLOW_EARLY_COMPLETION, gConfigGeneral.allow_early_completion); in MiscPrepareDraw()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/network/
H A DNetworkBase.cpp2824 stream->WriteValue<uint8_t>(gConfigGeneral.allow_early_completion); in SaveMap()