- Changed: Line_SetIdentification will ignore extended parameters when
used in maps defined Hexen style in MAPINFO. SVN r1042 (trunk)
This commit is contained in:
parent
e3a6507381
commit
a86774fcdd
5 changed files with 15 additions and 3 deletions
|
|
@ -721,7 +721,8 @@ static void G_DoParseMapInfo (int lump)
|
|||
| LEVEL_ACTOWNSPECIAL
|
||||
| LEVEL_MISSILESACTIVATEIMPACT
|
||||
| LEVEL_INFINITE_FLIGHT
|
||||
| LEVEL_MONSTERFALLINGDAMAGE;
|
||||
| LEVEL_MONSTERFALLINGDAMAGE
|
||||
| LEVEL_HEXENHACK;
|
||||
}
|
||||
levelindex = FindWadLevelInfo (sc.String);
|
||||
if (levelindex == -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue