- move conversation ID definition to MAPINFO as well. Uses the newly added filter feature to handle the teaser differences.
This commit is contained in:
parent
6e45c565a0
commit
b6a4511dd1
46 changed files with 709 additions and 374 deletions
|
|
@ -1900,6 +1900,18 @@ void FMapInfoParser::ParseMapInfo (int lump, level_info_t &gamedefaults, level_i
|
|||
sc.ScriptError("spawnnums definitions not supported with old MAPINFO syntax");
|
||||
}
|
||||
}
|
||||
else if (sc.Compare("conversationids"))
|
||||
{
|
||||
if (format_type != FMT_Old)
|
||||
{
|
||||
format_type = FMT_New;
|
||||
ParseConversationIDs();
|
||||
}
|
||||
else
|
||||
{
|
||||
sc.ScriptError("conversationids definitions not supported with old MAPINFO syntax");
|
||||
}
|
||||
}
|
||||
else if (sc.Compare("automap") || sc.Compare("automap_overlay"))
|
||||
{
|
||||
if (format_type != FMT_Old)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue