From 48c4f681f11e3612086ae4ab9fd22de2b23cc9b3 Mon Sep 17 00:00:00 2001 From: Mordred Date: Sun, 4 Feb 2018 18:04:30 +0100 Subject: [PATCH] Added Director relevant types to actor control enum --- src/common/Common.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/common/Common.h b/src/common/Common.h index 17b20358..7c998725 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -517,9 +517,14 @@ namespace Common { SetOwnerId = 0x59, ItemRepairMsg = 0x5C, + DirectorInit = 0x64, + DirectorClear = 0x65, + LeveStartAnim = 0x66, LeveStartError = 0x67, - PlayerNameGrayout = 0x6A, + DirectorEObjMod = 0x6A, + + DirectorUpdate = 0x6D, ItemObtainMsg = 0x75, DutyQuestScreenMsg = 0x7B,