- fix the compat_pointonline flag.

This commit is contained in:
Christoph Oelckers 2019-03-23 15:28:10 +01:00
commit 5da2ecda66
4 changed files with 38 additions and 23 deletions

View file

@ -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)
{