diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2023-05-04 22:36:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 22:36:23 -0400 |
| commit | ecc25616ec90e14f3ddcf3c703b7a29d6ccf1f95 (patch) | |
| tree | b68d94985389201efa89938523bc536f7950a7dd /ZAPD/OtherStructs/SkinLimbStructs.cpp | |
| parent | 0dbba745dfed52be5cab97257dbf56a2223dd874 (diff) | |
Cleaned up and Documented Declaration Class (#290)
Diffstat (limited to 'ZAPD/OtherStructs/SkinLimbStructs.cpp')
| -rw-r--r-- | ZAPD/OtherStructs/SkinLimbStructs.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ZAPD/OtherStructs/SkinLimbStructs.cpp b/ZAPD/OtherStructs/SkinLimbStructs.cpp index df8bd6d..4c12062 100644 --- a/ZAPD/OtherStructs/SkinLimbStructs.cpp +++ b/ZAPD/OtherStructs/SkinLimbStructs.cpp @@ -165,7 +165,7 @@ void Struct_800A598C::DeclareReferences(const std::string& prefix) res.GetSourceTypeName(), unk_8_Str, arrayItemCnt, entryStr); } else - decl->text = entryStr; + decl->declBody = entryStr; } if (unk_C != 0 && GETSEGNUM(unk_C) == parent->segment) @@ -195,7 +195,7 @@ void Struct_800A598C::DeclareReferences(const std::string& prefix) res.GetSourceTypeName(), unk_C_Str, arrayItemCnt, entryStr); } else - decl->text = entryStr; + decl->declBody = entryStr; } } @@ -296,7 +296,7 @@ void Struct_800A5E28::DeclareReferences(const std::string& prefix) res.GetSourceTypeName(), unk_4_Str, arrayItemCnt, entryStr); } else - decl->text = entryStr; + decl->declBody = entryStr; } if (unk_8 != SEGMENTED_NULL && GETSEGNUM(unk_8) == parent->segment) |
