- Added a compatibility option to fix Super Sonic Doom's first bonus
stage leaving you frozen when you finished it.
This commit is contained in:
parent
23e21cc85e
commit
5af1e6f734
4 changed files with 15 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ static FCompatOption Options[] =
|
|||
{ "vileghosts", BCOMPATF_VILEGHOSTS, SLOT_BCOMPAT },
|
||||
{ "ignoreteleporttags", BCOMPATF_BADTELEPORTERS, SLOT_BCOMPAT },
|
||||
{ "rebuildnodes", BCOMPATF_REBUILDNODES, SLOT_BCOMPAT },
|
||||
{ "linkfrozenprops", BCOMPATF_LINKFROZENPROPS, SLOT_BCOMPAT },
|
||||
|
||||
// list copied from g_mapinfo.cpp
|
||||
{ "shorttex", COMPATF_SHORTTEX, SLOT_COMPAT },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue