- added a hidden compatiblity option for maps that fell victim to the broken destination search code in some 2.0.9x versions

SVN r3008 (trunk)
This commit is contained in:
Christoph Oelckers 2010-11-12 21:12:47 +00:00
commit c5f5bcc432
4 changed files with 9 additions and 0 deletions

View file

@ -89,6 +89,7 @@ static FCompatOption Options[] =
{ "setslopeoverflow", 0, BCOMPATF_SETSLOPEOVERFLOW },
{ "resetplayerspeed", 0, BCOMPATF_RESETPLAYERSPEED },
{ "vileghosts", 0, BCOMPATF_VILEGHOSTS },
{ "ignoreteleporttags", 0, BCOMPATF_BADTELEPORTERS },
// list copied from g_mapinfo.cpp
{ "shorttex", COMPATF_SHORTTEX, 0 },