Revert "Add setting to disable script parameter randomisation"

This reverts commit 2bb5c9ac84.
This commit is contained in:
Jonathan G Rennison
2024-03-09 20:14:32 +00:00
parent ba79f7b2ba
commit 5b88ea6857
7 changed files with 6 additions and 21 deletions

View File

@@ -568,7 +568,6 @@ struct AISettings {
struct ScriptSettings {
uint32_t script_max_opcode_till_suspend; ///< max opcode calls till scripts will suspend
uint32_t script_max_memory_megabytes; ///< limit on memory a single script instance may have allocated
bool script_disable_param_randomisation; ///< disable script parameter randomisation
};
/** Settings related to the new pathfinder. */