diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-10-17 19:45:07 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-10-17 19:45:07 +0200 |
commit | 720abca8269dfeb725c58d016eb88f2c124170b9 (patch) | |
tree | 8a8d7edf553c0f920ced15645a675225137cf7bd /src/core/Radar.h | |
parent | Merge remote-tracking branch 'upstream/miami' into miami (diff) | |
download | re3-720abca8269dfeb725c58d016eb88f2c124170b9.tar re3-720abca8269dfeb725c58d016eb88f2c124170b9.tar.gz re3-720abca8269dfeb725c58d016eb88f2c124170b9.tar.bz2 re3-720abca8269dfeb725c58d016eb88f2c124170b9.tar.lz re3-720abca8269dfeb725c58d016eb88f2c124170b9.tar.xz re3-720abca8269dfeb725c58d016eb88f2c124170b9.tar.zst re3-720abca8269dfeb725c58d016eb88f2c124170b9.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Radar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Radar.h b/src/core/Radar.h index b5f34f1f..8f2e7069 100644 --- a/src/core/Radar.h +++ b/src/core/Radar.h @@ -137,6 +137,7 @@ struct sRadarTrace struct sRadarTraceSave { uint32 m_nColor; + float m_Radius; uint32 m_eBlipType; // eBlipType int32 m_nEntityHandle; CVector2D m_vec2DPos; @@ -146,7 +147,6 @@ struct sRadarTraceSave bool m_bInUse; bool m_bShortRange; bool m_unused; - float m_Radius; int16 m_wScale; uint16 m_eBlipDisplay; // eBlipDisplay uint16 m_eRadarSprite; // eRadarSprite |