We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d746c3 commit be0fa46Copy full SHA for be0fa46
Client/game_sa/CModelInfoSA.h
@@ -308,17 +308,9 @@ class CVehicleModelInfoSAInterface : public CClumpModelInfoSAInterface
308
float bikeSteeringAngle;
309
CVehicleModelVisualInfoSAInterface* pVisualInfo; // vehicleStruct
310
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
+ RpMaterial** m_dirtMaterials;
+ std::size_t m_numDirtMaterials;
+ RpMaterial* m_staticDirtMaterials[30];
322
std::uint8_t primColors[8];
323
std::uint8_t secondColors[8];
324
std::uint8_t treeColors[8];
0 commit comments