From 13416f92b4659193f18a1acb601447f8ce697674 Mon Sep 17 00:00:00 2001 From: digital-apple <115373190+digital-apple@users.noreply.github.com> Date: Sun, 27 Oct 2024 14:37:14 -0300 Subject: [PATCH] Update ConstructibleObjectMenu.h --- include/RE/C/ConstructibleObjectMenu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/RE/C/ConstructibleObjectMenu.h b/include/RE/C/ConstructibleObjectMenu.h index ab0c90fb2..abc9bdd59 100644 --- a/include/RE/C/ConstructibleObjectMenu.h +++ b/include/RE/C/ConstructibleObjectMenu.h @@ -26,7 +26,7 @@ namespace RE void Run(Message a_msg) override; // 01 // members - ConstructibleObjectMenu* menu; // 10 + ConstructibleObjectMenu* subMenu; // 10 }; static_assert(sizeof(CreationConfirmCallback) == 0x18); @@ -80,9 +80,9 @@ namespace RE void SetItemCardInfo(ItemCard* a_itemCard) override; // 07 // members - BSTArray crafts; // 100 + BSTArray recipes; // 100 BSTHashMap materialFilterFlags; // 118 - kwd's formid -> FilterFlags - std::uint32_t currentCobjIdx; // 148 + std::uint32_t currentIndex; // 148 std::uint32_t pad14C; // 14C std::uint64_t unk150; // 150 std::uint64_t unk158; // 158