- Changed: Line_SetIdentification will ignore extended parameters when

used in maps defined Hexen style in MAPINFO.


SVN r1042 (trunk)
This commit is contained in:
Christoph Oelckers 2008-06-16 22:38:23 +00:00
commit a86774fcdd
5 changed files with 15 additions and 3 deletions

View file

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