Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 1def204

Browse files
committed
fix: disable BGSInventoryInterface size check
¯\_(ツ)_/¯
1 parent b0c9488 commit 1def204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/RE/B/BGSInventoryInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ namespace RE
6666
// members
6767
BSTArray<Agent> agentArray; // 30
6868
};
69-
static_assert(sizeof(BGSInventoryInterface) == 0x48);
69+
//static_assert(sizeof(BGSInventoryInterface) == 0x48);
7070
}

0 commit comments

Comments
 (0)