- Maps defined with Hexen-style MAPINFOs now run their scripts in the proper
order. SVN r1565 (trunk)
This commit is contained in:
parent
f7d7e9faf9
commit
28e9693b79
3 changed files with 8 additions and 1 deletions
|
|
@ -5955,6 +5955,11 @@ DLevelScript::DLevelScript (AActor *who, line_t *where, int num, const ScriptPtr
|
|||
|
||||
Link ();
|
||||
|
||||
if (level.flags2 & LEVEL2_HEXENHACK)
|
||||
{
|
||||
PutLast();
|
||||
}
|
||||
|
||||
DPrintf ("Script %d started.\n", num);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue