Added union comment to special_actors

This commit is contained in:
CecilArmitais
2026-07-24 13:42:08 -07:00
committed by GitHub
parent 6e975da39b
commit 435ad13a33

View File

@@ -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;