mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 05:48:03 -04:00
bring back intercepts overflow to the menu (#1497)
This commit is contained in:
parent
a81690cf4b
commit
97c344b28a
@ -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,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user