- 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:
parent
2efba66558
commit
753f280e04
7 changed files with 159 additions and 58 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue