diff options
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/script_config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/script_config.hpp b/src/script/script_config.hpp index dfc675473..3dfd6bb0b 100644 --- a/src/script/script_config.hpp +++ b/src/script/script_config.hpp @@ -139,7 +139,7 @@ public: /** * Randomize all settings the Script requested to be randomized. */ - void AddRandomDeviation(); + virtual void AddRandomDeviation(); /** * Is this config attached to an Script? In other words, is there a Script |