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 8b30d7a commit 546beabCopy full SHA for 546beab
Client/game_sa/CVehicleSA.h
@@ -412,12 +412,12 @@ class CVehicleSAInterface : public CPhysicalSAInterface
412
uint32_t m_lastBlowUpTime; // 1240
413
uint16_t m_policeChaseLeaveCarTimer; // 1244
414
uint16_t m_delayedExplosionTimer; // 1246
415
- void* m_responsibleForDetonation; // 1250
416
- float m_frontGroundZ; // 1254
417
- float m_rearGroundZ; // 1258
+ void* m_responsibleForDetonation; // 1248
+ float m_frontGroundZ; // 1252
+ float m_rearGroundZ; // 1256
418
419
/*** BEGIN SECTION that was added by us ***/
420
- uint8_t _padding1262[6]; // 1262
+ uint8_t _padding1262[8]; // 1260
421
CVehicle* m_pVehicle; // 1268
422
/*** END SECTION that was added by us ***/
423
0 commit comments