Home
last modified time | relevance | path

Searched refs:AUTOSAVE_EVERY_5MINUTES (Results 1 – 3 of 3) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.h138 AUTOSAVE_EVERY_5MINUTES, enumerator
H A DScenario.cpp264 case AUTOSAVE_EVERY_5MINUTES: in scenario_autosave_check()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.cpp150 model->autosave_frequency = reader->GetInt32("autosave", AUTOSAVE_EVERY_5MINUTES); in ReadGeneral()