From 59d304274ff7f73423b822bcb8b7e82c68af2b11 Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Wed, 22 Feb 2017 23:20:54 +0100 Subject: [PATCH] - Fixed some scripts showing up as 'unknown'. See https://mantis.zdoom.org/view.php?id=322 . --- src/p_acs.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_acs.cpp b/src/p_acs.cpp index 00b1d7be8..463868d88 100644 --- a/src/p_acs.cpp +++ b/src/p_acs.cpp @@ -2821,6 +2821,8 @@ void FBehavior::StaticStartTypedScripts (WORD type, AActor *activator, bool alwa "Unloading", "Disconnect", "Return", + "Event", + "Kill", "Reopen" }; DPrintf(DMSG_NOTIFY, "Starting all scripts of type %d (%s)\n", type,