Skip to content

Commit

Permalink
Removed unused Handling
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Sep 19, 2024
1 parent 203af74 commit b49b065
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions source/CCustomOpcodeSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ namespace CLEO
float(__cdecl * FindGroundZ)(float x, float y);
CMarker * RadarBlips;

CHandling * Handling;

CPlayerPed * (__cdecl * GetPlayerPed)(DWORD);

void(__cdecl * SpawnCar)(DWORD);
Expand Down Expand Up @@ -213,7 +211,6 @@ namespace CLEO

FindGroundZ = gvm.TranslateMemoryAddress(MA_FIND_GROUND_Z_FUNCTION);
GetPlayerPed = gvm.TranslateMemoryAddress(MA_GET_PLAYER_PED_FUNCTION);
Handling = gvm.TranslateMemoryAddress(MA_HANDLING);
SpawnCar = gvm.TranslateMemoryAddress(MA_SPAWN_CAR_FUNCTION);

// TODO: consider version-agnostic code
Expand Down
1 change: 0 additions & 1 deletion source/CGameVersionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ namespace CLEO
{ 0x00B7449C, memory_und, 0x00B7449C, 0x00B76B18, 0x00C01044 }, // MA_OBJECT_POOL,
{ 0x00569660, memory_und, 0x00569660, 0x00569B00, 0x00583CB0 }, // MA_FIND_GROUND_Z_FUNCTION,
{ 0x00BA86F0, memory_und, 0x00BA86F0, 0x00BAAD70, 0x00C36020 }, // MA_RADAR_BLIPS,
{ 0x00C2B9C8, memory_und, 0x00C2B9C8, 0x00C2E188, 0x00CAC1E0 }, // MA_HANDLING,
{ 0x0056E210, memory_und, 0x0056E210, 0x0056E6B0, 0x00563900 }, // MA_GET_PLAYER_PED_FUNCTION,
{ 0x0043A0B0, memory_und, 0x0043A0B0, 0x0043A136, 0x0043D3D0 }, // MA_SPAWN_CAR_FUNCTION,

Expand Down
1 change: 0 additions & 1 deletion source/CGameVersionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ namespace CLEO
MA_OBJECT_POOL,
MA_FIND_GROUND_Z_FUNCTION,
MA_RADAR_BLIPS,
MA_HANDLING,
MA_GET_PLAYER_PED_FUNCTION,
MA_SPAWN_CAR_FUNCTION,

Expand Down

0 comments on commit b49b065

Please sign in to comment.