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 d5321f0 commit e743700Copy full SHA for e743700
Client/mods/deathmatch/logic/CClientVehicle.h
@@ -754,6 +754,8 @@ class CClientVehicle : public CClientStreamElement
754
SLastSyncedVehData* m_LastSyncedData;
755
SSirenInfo m_tSirenBeaconInfo;
756
std::map<SString, SVehicleComponentData> m_ComponentData;
757
+ // Store visibility state when the component map is regenerated
758
+ std::map<SString, bool> m_ComponentVisibilityBackup;
759
bool m_bAsyncLoadingDisabled;
760
761
std::array<CVector, static_cast<std::size_t>(VehicleDummies::VEHICLE_DUMMY_COUNT)> m_dummyPositions;
0 commit comments