- reinstated the old scriptwait implementation as a compatibility option.
Daedalus's MAP19 needs this.
This commit is contained in:
parent
e6d39254b7
commit
cbd4479628
5 changed files with 24 additions and 4 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue