This commit is contained in:
Christoph Oelckers 2016-09-22 09:06:34 +02:00
commit 1e6b99cebd
21 changed files with 113 additions and 33 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);
}
}