From c627db459065d47bd3f369aad3d5356975afb69f Mon Sep 17 00:00:00 2001 From: RafearTheModder Date: Tue, 19 Dec 2023 11:50:34 -0600 Subject: [PATCH] Adapt BGSEntryPointFunctionDataSpellItem to PO3 branch version of BGSEntryPointFunctionData instead of Alandtse branch version --- include/RE/B/BGSEntryPointFunctionDataSpellItem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/RE/B/BGSEntryPointFunctionDataSpellItem.h b/include/RE/B/BGSEntryPointFunctionDataSpellItem.h index df1206587..1eaf64c16 100644 --- a/include/RE/B/BGSEntryPointFunctionDataSpellItem.h +++ b/include/RE/B/BGSEntryPointFunctionDataSpellItem.h @@ -15,9 +15,9 @@ namespace RE virtual ~BGSEntryPointFunctionDataSpellItem() override; // 0 // Override (BGSEntryPointFunctionData) - [[nodiscard]] virtual ENTRY_POINT_FUNCTION_DATA GetType() const override; // 1 - virtual bool LoadImpl(TESFile* a_mod) override; // 2 - virtual void InitItem(TESForm* a_form) override; // 3 + [[nodiscard]] virtual FunctionType GetType() const override; // 1 + virtual bool LoadFunctionData(TESFile* a_mod) override; // 2 + virtual void ResolveForms(TESFile* a_form) override; // 3 // Member variables SpellItem* spell; // 8