Skip to content

Commit

Permalink
feat: add total member for NiFile
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Dec 13, 2023
1 parent fe699b1 commit 6599897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/N/NiFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace RE
std::uint32_t bufferAllocSize; // 20
std::uint32_t bufferReadSize; // 24
std::uint32_t pos; // 28
std::uint32_t pad2C; // 2C
std::uint32_t total; // 2C
char* buffer; // 30
std::FILE* file; // 38
stl::enumeration<OpenMode, std::uint32_t> mode; // 40
Expand Down

0 comments on commit 6599897

Please sign in to comment.