Fix formatting
This commit is contained in:
parent
22a864a0c9
commit
196ad2267f
|
@ -78,7 +78,7 @@ bool sfallConfigInit(int argc, char** argv)
|
|||
}
|
||||
|
||||
bool isSfallConfigExists = configRead(&gSfallConfig, path, false);
|
||||
if (!isSfallConfigExists){
|
||||
if (!isSfallConfigExists) {
|
||||
configSetBool(&gSfallConfig, SFALL_CONFIG_MISC_KEY, SFALL_CONFIG_CITIES_LIMIT_FIX, false);
|
||||
}
|
||||
|
||||
|
|
|
@ -77,7 +77,6 @@ namespace fallout {
|
|||
#define SFALL_CONFIG_PATCH_FILE "PatchFile"
|
||||
#define SFALL_CONFIG_CITIES_LIMIT_FIX "CitiesLimitFix"
|
||||
|
||||
|
||||
#define SFALL_CONFIG_BURST_MOD_DEFAULT_CENTER_MULTIPLIER 1
|
||||
#define SFALL_CONFIG_BURST_MOD_DEFAULT_CENTER_DIVISOR 3
|
||||
#define SFALL_CONFIG_BURST_MOD_DEFAULT_TARGET_MULTIPLIER 1
|
||||
|
|
Loading…
Reference in New Issue