diff options
| author | Filip Gawin <filip.gawin@zoho.com> | 2021-01-31 21:06:38 +0100 |
|---|---|---|
| committer | Filip Gawin <filip.gawin@zoho.com> | 2021-01-31 21:06:38 +0100 |
| commit | 3d4791f2915a5b1f38c34a0cf01e0dffc588af8c (patch) | |
| tree | f6a510c62b8322a11292acafbbc266d1c2c466c2 /src/core/Radar.cpp | |
| parent | First batch of fixes (CallAndMessage) (diff) | |
| download | re3-3d4791f2915a5b1f38c34a0cf01e0dffc588af8c.tar.gz | |
Revert "First batch of fixes (CallAndMessage)"
This reverts commit 7a3b80a9b7f414967fe59f89ab0fe5416735babe.
Diffstat (limited to 'src/core/Radar.cpp')
| -rw-r--r-- | src/core/Radar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/Radar.cpp b/src/core/Radar.cpp index 7f778498..4fd7f1a5 100644 --- a/src/core/Radar.cpp +++ b/src/core/Radar.cpp @@ -404,9 +404,6 @@ void CRadar::Draw3dMarkers() case BLIP_CHAR: { CEntity *entity = CPools::GetPedPool()->GetAt(ms_RadarTrace[i].m_nEntityHandle); -#ifdef FIX_BUGS - if(!entity) break; -#endif if (entity != nil) { if (((CPed*)entity)->InVehicle()) entity = ((CPed * )entity)->m_pMyVehicle; |
