- reinstated the old scriptwait implementation as a compatibility option.

Daedalus's MAP19 needs this.
This commit is contained in:
Christoph Oelckers 2019-09-07 09:34:50 +02:00
commit cbd4479628
5 changed files with 24 additions and 4 deletions

View file

@ -169,6 +169,7 @@ static FCompatOption Options[] =
{ "explode1", COMPATF2_EXPLODE1, SLOT_COMPAT2 },
{ "explode2", COMPATF2_EXPLODE2, SLOT_COMPAT2 },
{ "railing", COMPATF2_RAILING, SLOT_COMPAT2 },
{ "scriptwait", COMPATF2_SCRIPTWAIT, SLOT_COMPAT2 },
{ NULL, 0, 0 }
};