- Moved the sector type translation for Doom format maps into a simple lump

in zdoom.pk3.
- Changed Line_SetIdentification so that the fifth arg is a high-byte for the line ID.


SVN r361 (trunk)
This commit is contained in:
Christoph Oelckers 2006-10-25 16:21:08 +00:00
commit 753f280e04
7 changed files with 159 additions and 58 deletions

View file

@ -230,7 +230,6 @@ static const char *MapInfoMapLevel[] =
"strictmonsteractivation",
"laxmonsteractivation",
"additive_scrollers",
"cod_level",
"interpic",
"exitpic",
"enterpic",
@ -361,7 +360,6 @@ MapHandlers[] =
{ MITYPE_CLRFLAG, LEVEL_LAXMONSTERACTIVATION, LEVEL_LAXACTIVATIONMAPINFO },
{ MITYPE_SETFLAG, LEVEL_LAXMONSTERACTIVATION, LEVEL_LAXACTIVATIONMAPINFO },
{ MITYPE_COMPATFLAG, COMPATF_BOOMSCROLL},
{ MITYPE_SETFLAG, LEVEL_CAVERNS_OF_DARKNESS, 0 },
{ MITYPE_LUMPNAME, lioffset(exitpic), 0 },
{ MITYPE_LUMPNAME, lioffset(exitpic), 0 },
{ MITYPE_LUMPNAME, lioffset(enterpic), 0 },