Skip to content

Commit

Permalink
Adapt BGSEntryPointFunctionDataSpellItem to PO3 branch version of BGS…
Browse files Browse the repository at this point in the history
…EntryPointFunctionData instead of Alandtse branch version
  • Loading branch information
RafearTheModder committed Dec 19, 2023
1 parent faeb437 commit c627db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/RE/B/BGSEntryPointFunctionDataSpellItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c627db4

Please sign in to comment.