From d7ad3622bb8bd7115c7e129f692ea394f5a99daf Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sat, 28 Feb 2026 14:23:50 -0800 Subject: [PATCH] fopAc_ac_c inherit --- include/f_op/f_op_actor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/f_op/f_op_actor.h b/include/f_op/f_op_actor.h index d743c143f2..100b4f8883 100644 --- a/include/f_op/f_op_actor.h +++ b/include/f_op/f_op_actor.h @@ -240,9 +240,8 @@ struct cull_box { /* 0xC */ Vec max; }; -class fopAc_ac_c { +class fopAc_ac_c : public leafdraw_class { public: - /* 0x000 */ leafdraw_class base; /* 0x0C0 */ int actor_type; /* 0x0C4 */ create_tag_class actor_tag; /* 0x0D8 */ create_tag_class draw_tag;