diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2021-08-02 14:45:37 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2021-08-09 18:07:42 +0300 |
| commit | 8ea411e4c5c7191b0e67f0c569a32733b99a81bc (patch) | |
| tree | 1430b1ca3c3fa3876c2e6377f7c9ec63e26702d9 /src/core/Radar.h | |
| parent | small fix (diff) | |
| download | re3-8ea411e4c5c7191b0e67f0c569a32733b99a81bc.tar.gz | |
Add sprite to the waypoint marker
Diffstat (limited to 'src/core/Radar.h')
| -rw-r--r-- | src/core/Radar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/Radar.h b/src/core/Radar.h index 5b38d350..ae87d0fa 100644 --- a/src/core/Radar.h +++ b/src/core/Radar.h @@ -47,6 +47,9 @@ enum eRadarSprite RADAR_SPRITE_SPRAY, RADAR_SPRITE_TONY, RADAR_SPRITE_WEAPON, +#ifdef MENU_MAP + RADAR_SPRITE_WAYPOINT, +#endif RADAR_SPRITE_COUNT }; @@ -144,6 +147,7 @@ public: static float cachedCos; static float cachedSin; #ifdef MENU_MAP + static CSprite2d WaypointSprite; static int TargetMarkerId; static CVector TargetMarkerPos; |
