- moved the combined compatibility flags into FLevelLocals.
This commit is contained in:
parent
d716a17b96
commit
6451b7d592
35 changed files with 162 additions and 97 deletions
|
|
@ -546,6 +546,7 @@ void P_SetupLevel(FLevelLocals *Level, int position, bool newGame)
|
|||
|
||||
Level->automap = AM_Create(Level);
|
||||
Level->automap->LevelInit();
|
||||
Level->SetCompatLineOnSide(true);
|
||||
|
||||
// [RH] Start lightning, if MAPINFO tells us to
|
||||
if (Level->flags & LEVEL_STARTLIGHTNING)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue