summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 6c03a6ea9..0b7d28421 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -223,6 +223,7 @@ struct Values {
223 bool quest_flag; 223 bool quest_flag;
224 bool disable_macro_jit; 224 bool disable_macro_jit;
225 bool extended_logging; 225 bool extended_logging;
226 bool use_debug_asserts;
226 bool use_auto_stub; 227 bool use_auto_stub;
227 228
228 // Miscellaneous 229 // Miscellaneous