mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- Fixed some scripts showing up as 'unknown'.
See https://mantis.zdoom.org/view.php?id=322 .
This commit is contained in:
parent
eb40e8bcf0
commit
59d304274f
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue