Skip to content

Commit 546beab

Browse files
committed
Fix byte offsets from commit 8b30d7a
1 parent 8b30d7a commit 546beab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Client/game_sa/CVehicleSA.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,12 @@ class CVehicleSAInterface : public CPhysicalSAInterface
412412
uint32_t m_lastBlowUpTime; // 1240
413413
uint16_t m_policeChaseLeaveCarTimer; // 1244
414414
uint16_t m_delayedExplosionTimer; // 1246
415-
void* m_responsibleForDetonation; // 1250
416-
float m_frontGroundZ; // 1254
417-
float m_rearGroundZ; // 1258
415+
void* m_responsibleForDetonation; // 1248
416+
float m_frontGroundZ; // 1252
417+
float m_rearGroundZ; // 1256
418418

419419
/*** BEGIN SECTION that was added by us ***/
420-
uint8_t _padding1262[6]; // 1262
420+
uint8_t _padding1262[8]; // 1260
421421
CVehicle* m_pVehicle; // 1268
422422
/*** END SECTION that was added by us ***/
423423

0 commit comments

Comments
 (0)