Skip to content

Commit be0fa46

Browse files
FileEXTheNormalnij
andauthored
Update Client/game_sa/CModelInfoSA.h
Review Co-authored-by: Uladzislau Nikalayevich <[email protected]>
1 parent 9d746c3 commit be0fa46

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

Client/game_sa/CModelInfoSA.h

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -308,17 +308,9 @@ class CVehicleModelInfoSAInterface : public CClumpModelInfoSAInterface
308308
float bikeSteeringAngle;
309309
CVehicleModelVisualInfoSAInterface* pVisualInfo; // vehicleStruct
310310
std::uint8_t field_60[464];
311-
312-
union
313-
{
314-
struct
315-
{
316-
RpMaterial** m_dirtMaterials;
317-
size_t m_numDirtMaterials;
318-
RpMaterial* m_staticDirtMaterials[30];
319-
};
320-
};
321-
311+
RpMaterial** m_dirtMaterials;
312+
std::size_t m_numDirtMaterials;
313+
RpMaterial* m_staticDirtMaterials[30];
322314
std::uint8_t primColors[8];
323315
std::uint8_t secondColors[8];
324316
std::uint8_t treeColors[8];

0 commit comments

Comments
 (0)