From 435ad13a33ba97840e920c2fcabc32afa4ac94c5 Mon Sep 17 00:00:00 2001 From: CecilArmitais Date: Fri, 24 Jul 2026 13:42:08 -0700 Subject: [PATCH] Added union comment to special_actors --- include/main_02065B3C.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/main_02065B3C.h b/include/main_02065B3C.h index aa11f4f5..e6c40403 100644 --- a/include/main_02065B3C.h +++ b/include/main_02065B3C.h @@ -3,6 +3,7 @@ #include "enums.h" +//The earlier fields in this were changed from script_entity_id to monster_id based on how they are handled; if evidence suggests they can handle both, they should be converted into a union. struct special_actors { enum monster_id event_npc02; enum monster_id event_npc01;