Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Code/client/Games/Skyrim/Forms/TESObjectCELL.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct TESObjectCELL : TESForm


ReferenceData refData;
uint8_t unkB0[0x118 - 0xB0];
uint8_t unkB0[0x118 - 0xAC];
BSRecursiveLock lock;

TESWorldSpace* worldspace;
Expand All @@ -71,5 +71,5 @@ struct TESObjectCELL : TESForm

static_assert(offsetof(TESObjectCELL, cellFlags) == 0x40);
static_assert(offsetof(TESObjectCELL, refData) == 0x88);
static_assert(offsetof(TESObjectCELL, worldspace) == 0x120);
static_assert(offsetof(TESObjectCELL, loadedCellData) == 0x128);
static_assert(offsetof(TESObjectCELL, worldspace) == 0x128);
static_assert(offsetof(TESObjectCELL, loadedCellData) == 0x130);