summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 54903d46c..46e6f6b39 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -232,6 +232,8 @@ struct Patches {
bool give_money; ///< allow giving other players money
bool enable_signal_gui; ///< Show the signal GUI when the signal button is pressed
+
+ bool dynamic_engines; ///< Enable dynamic allocation of engine data
};
extern Patches _patches;