- fix the compat_pointonline flag.
This commit is contained in:
parent
7606b22d0b
commit
5da2ecda66
4 changed files with 38 additions and 23 deletions
|
|
@ -326,8 +326,8 @@ FName MapLoader::CheckCompatibility(MapData *map)
|
|||
}
|
||||
|
||||
// Reset i_compatflags
|
||||
compatflags.Callback();
|
||||
compatflags2.Callback();
|
||||
Level->ApplyCompatibility();
|
||||
Level->ApplyCompatibility2();
|
||||
// Set floatbob compatibility for all maps with an original Hexen MAPINFO.
|
||||
if (Level->flags2 & LEVEL2_HEXENHACK)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue