Skip to content

Commit

Permalink
Update TESFile.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 25, 2024
1 parent 64eccf1 commit 6d64c36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CommonLibSF/include/RE/T/TESFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ namespace RE
public:
SF_RTTI_VTABLE(TESFile);

std::uint8_t pad0[0x38];
char fileName[260];
//
std::uint8_t pad0[0x38]; //0
char fileName[260]; //38
};
}

0 comments on commit 6d64c36

Please sign in to comment.