- added an internal compatibility option to disable setting the line ID for the Plane_Align special.

There have been reports for some Skulltag maps a few years back and I just ran across an old beta version of a map that got completely broken by this.
This commit is contained in:
Christoph Oelckers 2016-08-09 10:07:06 +02:00
commit 19b65195ea
3 changed files with 3 additions and 1 deletions

View file

@ -111,6 +111,7 @@ static FCompatOption Options[] =
{ "linkfrozenprops", BCOMPATF_LINKFROZENPROPS, SLOT_BCOMPAT },
{ "disablepushwindowcheck", BCOMPATF_NOWINDOWCHECK, SLOT_BCOMPAT },
{ "floatbob", BCOMPATF_FLOATBOB, SLOT_BCOMPAT },
{ "noslopeid", BCOMPATF_NOSLOPEID, SLOT_BCOMPAT },
// list copied from g_mapinfo.cpp
{ "shorttex", COMPATF_SHORTTEX, SLOT_COMPAT },