Revert "Add setting to disable script parameter randomisation"
This reverts commit 2bb5c9ac84
.
This commit is contained in:
@@ -76,15 +76,6 @@ pre_cb = CheckScriptMaxMemoryChange
|
||||
post_cb = ScriptMaxMemoryChange
|
||||
cat = SC_EXPERT
|
||||
|
||||
[SDT_BOOL]
|
||||
var = script.script_disable_param_randomisation
|
||||
flags = SF_PATCH
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_SCRIPT_DISABLE_PARAM_RANDOM
|
||||
strhelp = STR_CONFIG_SETTING_SCRIPT_DISABLE_PARAM_RANDOM_HELPTEXT
|
||||
post_cb = [](auto) { InvalidateWindowClassesData(WC_SCRIPT_SETTINGS); InvalidateWindowClassesData(WC_GAME_OPTIONS); }
|
||||
cat = SC_ADVANCED
|
||||
|
||||
[SDT_BOOL]
|
||||
var = ai.ai_in_multiplayer
|
||||
def = true
|
||||
|
Reference in New Issue
Block a user