- Maps defined with Hexen-style MAPINFOs now run their scripts in the proper

order.


SVN r1565 (trunk)
This commit is contained in:
Randy Heit 2009-04-30 03:50:52 +00:00
commit 28e9693b79
3 changed files with 8 additions and 1 deletions

View file

@ -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);
}