summaryrefslogtreecommitdiff
path: root/ZAPD/OtherStructs/SkinLimbStructs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/OtherStructs/SkinLimbStructs.h')
-rw-r--r--ZAPD/OtherStructs/SkinLimbStructs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/OtherStructs/SkinLimbStructs.h b/ZAPD/OtherStructs/SkinLimbStructs.h
index 0bc35a2..fd26f4d 100644
--- a/ZAPD/OtherStructs/SkinLimbStructs.h
+++ b/ZAPD/OtherStructs/SkinLimbStructs.h
@@ -101,10 +101,10 @@ public:
size_t GetRawDataSize() const override;
public:
- uint16_t totalVtxCount;
+ uint16_t totalVtxCount = 0;
uint16_t limbModifCount; // Length of limbModifications
segptr_t limbModifications; // SkinLimbModif*
- segptr_t dlist; // Gfx*
+ segptr_t dlist = SEGMENTED_NULL; // Gfx*
std::vector<SkinLimbModif> limbModifications_arr;
// ZDisplayList* unk_8_dlist = nullptr;