diff options
| author | Louis <35883445+louist103@users.noreply.github.com> | 2022-06-27 12:32:52 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-07-30 22:24:40 -0400 |
| commit | 0595f813a67315bf6acdc7fcf5cc406ab277d9b1 (patch) | |
| tree | 39f175b546cb21ab78ff519cf5254b44eb235664 /ZAPD/OtherStructs/SkinLimbStructs.cpp | |
| parent | b5bffbf8215aa72cffc1d7403238b946bd1db262 (diff) | |
Done?
Diffstat (limited to 'ZAPD/OtherStructs/SkinLimbStructs.cpp')
| -rw-r--r-- | ZAPD/OtherStructs/SkinLimbStructs.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ZAPD/OtherStructs/SkinLimbStructs.cpp b/ZAPD/OtherStructs/SkinLimbStructs.cpp index 0879861..df8bd6d 100644 --- a/ZAPD/OtherStructs/SkinLimbStructs.cpp +++ b/ZAPD/OtherStructs/SkinLimbStructs.cpp @@ -104,6 +104,8 @@ void Struct_800A598C::ParseRawData() if (unk_8 != 0 && GETSEGNUM(unk_8) == parent->segment) { uint32_t unk_8_Offset = Seg2Filespace(unk_8, parent->baseAddress); + + unk_8_arr.reserve(unk_0); for (size_t i = 0; i < unk_0; i++) { Struct_800A57C0 unk8_data(parent); @@ -117,6 +119,8 @@ void Struct_800A598C::ParseRawData() if (unk_C != 0 && GETSEGNUM(unk_8) == parent->segment) { uint32_t unk_C_Offset = Seg2Filespace(unk_C, parent->baseAddress); + + unk_C_arr.reserve(unk_2); for (size_t i = 0; i < unk_2; i++) { Struct_800A598C_2 unkC_data(parent); @@ -244,6 +248,8 @@ void Struct_800A5E28::ParseRawData() if (unk_4 != 0 && GETSEGNUM(unk_4) == parent->segment) { uint32_t unk_4_Offset = Seg2Filespace(unk_4, parent->baseAddress); + + unk_4_arr.reserve(unk_2); for (size_t i = 0; i < unk_2; i++) { Struct_800A598C unk_4_data(parent); |
