- Fixed some scripts showing up as 'unknown'.

See https://mantis.zdoom.org/view.php?id=322 .
This commit is contained in:
Edoardo Prezioso 2017-02-22 23:20:54 +01:00 committed by Christoph Oelckers
parent eb40e8bcf0
commit 59d304274f
1 changed files with 2 additions and 0 deletions

View File

@ -2821,6 +2821,8 @@ void FBehavior::StaticStartTypedScripts (WORD type, AActor *activator, bool alwa
"Unloading", "Unloading",
"Disconnect", "Disconnect",
"Return", "Return",
"Event",
"Kill",
"Reopen" "Reopen"
}; };
DPrintf(DMSG_NOTIFY, "Starting all scripts of type %d (%s)\n", type, DPrintf(DMSG_NOTIFY, "Starting all scripts of type %d (%s)\n", type,