Skip to content

Commit

Permalink
Fix game structs for 1.8.86
Browse files Browse the repository at this point in the history
  • Loading branch information
expired6978 committed Nov 24, 2023
1 parent 992f4a3 commit 8fb5b49
Show file tree
Hide file tree
Showing 4 changed files with 220 additions and 234 deletions.
5 changes: 1 addition & 4 deletions sfse/GameFormComponents.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,8 @@ class BGSObjectPlacementDefaults : public BaseFormComponent
virtual void Unk_0A(); // 0A

u64 unk08; // 08
u32 unk10; // 10
u32 unk14; // 14
u32 unk18; // 18
};
static_assert(sizeof(BGSObjectPlacementDefaults) == 0x20);
static_assert(sizeof(BGSObjectPlacementDefaults) == 0x10);

struct alignas(0x4) ACTOR_BASE_DATA
{
Expand Down
Loading

0 comments on commit 8fb5b49

Please sign in to comment.