Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/config/
H A DC4Config.h50 …int32_t ConfigResetSafety; // safety value: If this value is screwed, the config got corrupted and… variable
284 …bool IsCorrupted() { return (General.ConfigResetSafety != C4ConfigGeneral::ConfigResetSafetyVal) |… in IsCorrupted()
H A DC4Config.cpp81 …pComp->Value(mkNamingAdapt(ConfigResetSafety, "ConfigResetSafety", static_cast<int32_t>(ConfigR… in CompileFunc()