Home
last modified time | relevance | path

Searched refs:DEFAULT_NUM_AUTOSAVES_TO_KEEP (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.h146 #define DEFAULT_NUM_AUTOSAVES_TO_KEEP 10 macro
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.cpp151 … model->autosave_amount = reader->GetInt32("autosave_amount", DEFAULT_NUM_AUTOSAVES_TO_KEEP); in ReadGeneral()