Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Sep 28, 2024
1 parent 8a13dcc commit 19ae3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/B/BGSSaveLoadManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ namespace RE
std::uint16_t pad6A; // 6A
std::uint32_t characterID; // 6C
stl::enumeration<SaveType, std::uint32_t> saveType; // 70
std::uint32_t pad74; // 74
std::uint32_t pad74; // 74
};
static_assert(sizeof(BGSSaveLoadFileEntry) == 0x78);

Expand Down

0 comments on commit 19ae3f2

Please sign in to comment.