This commit is contained in:
raa-eruanna 2016-09-22 05:23:02 -04:00
commit 2a9e97688d
53 changed files with 753 additions and 103 deletions

View file

@ -1291,6 +1291,9 @@ void G_FinishTravel ()
if (level.FromSnapshot)
{
FBehavior::StaticStartTypedScripts (SCRIPT_Return, pawn, true);
// [Nash] run REOPEN scripts upon map re-entry
FBehavior::StaticStartTypedScripts(SCRIPT_Reopen, NULL, false);
}
}