Skip to content

Commit

Permalink
Update TESRace.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 3, 2024
1 parent fa28ce7 commit 5a2657d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CommonLibSF/include/RE/T/TESRace.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ namespace RE
class TESObjectWEAP;
class TESQuest;

struct MorphWeight
{
float thin;
float muscular;
float fat;
};

struct RACE_DATA
{
std::uint32_t unk00; // 00
Expand All @@ -58,7 +65,7 @@ namespace RE
std::uint32_t unk58; // 58
std::uint32_t unk5C; // 5C
float height[SEXES::kTotal]; // 60
NiPoint3 weight[SEXES::kTotal]; // 68
MorphWeight weight[SEXES::kTotal]; // 68
std::uint64_t unk80; // 80
std::int32_t unk88; // 88
std::int32_t unk8C; // 8C
Expand Down

0 comments on commit 5a2657d

Please sign in to comment.