- added a compatibility option to allow multiple exits to be triggered.

This is required by Daedalus's travel tubes which contain a faulty script with some leftover debug code.
This commit is contained in:
Christoph Oelckers 2016-02-24 10:35:29 +01:00
commit 51da78ba29
8 changed files with 14 additions and 2 deletions

View file

@ -1328,6 +1328,7 @@ MapFlagHandlers[] =
{ "compat_floormove", MITYPE_COMPATFLAG, 0, COMPATF2_FLOORMOVE },
{ "compat_soundcutoff", MITYPE_COMPATFLAG, 0, COMPATF2_SOUNDCUTOFF },
{ "compat_pointonline", MITYPE_COMPATFLAG, 0, COMPATF2_POINTONLINE },
{ "compat_multiexit", MITYPE_COMPATFLAG, 0, COMPATF2_MULTIEXIT },
{ "cd_start_track", MITYPE_EATNEXT, 0, 0 },
{ "cd_end1_track", MITYPE_EATNEXT, 0, 0 },
{ "cd_end2_track", MITYPE_EATNEXT, 0, 0 },