bring back intercepts overflow to the menu (#1497)

This commit is contained in:
Roman Fomin 2024-02-19 14:57:43 +07:00 committed by GitHub
parent a81690cf4b
commit 97c344b28a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3652,6 +3652,7 @@ enum
comp1_blockmapfix,
comp1_hangsolid,
comp1_intercepts,
};
static const char *default_complevel_strings[] = {
@ -3688,6 +3689,9 @@ setup_menu_t comp_settings1[] = // Compatibility Settings screen #1
{"Walk Under Solid Hanging Bodies", S_YESNO|S_STRICT, m_null, M_X,
M_SPC, {"hangsolid"}},
{"Emulate INTERCEPTS overflow", S_YESNO|S_VANILLA, m_null, M_X,
M_SPC, {"emu_intercepts"}},
MI_RESET,