Skip to content

Commit

Permalink
Fix byte offsets from commit 8b30d7a
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Jul 2, 2021
1 parent 8b30d7a commit 546beab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Client/game_sa/CVehicleSA.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,12 @@ class CVehicleSAInterface : public CPhysicalSAInterface
uint32_t m_lastBlowUpTime; // 1240
uint16_t m_policeChaseLeaveCarTimer; // 1244
uint16_t m_delayedExplosionTimer; // 1246
void* m_responsibleForDetonation; // 1250
float m_frontGroundZ; // 1254
float m_rearGroundZ; // 1258
void* m_responsibleForDetonation; // 1248
float m_frontGroundZ; // 1252
float m_rearGroundZ; // 1256

/*** BEGIN SECTION that was added by us ***/
uint8_t _padding1262[6]; // 1262
uint8_t _padding1262[8]; // 1260
CVehicle* m_pVehicle; // 1268
/*** END SECTION that was added by us ***/

Expand Down

0 comments on commit 546beab

Please sign in to comment.