summaryrefslogtreecommitdiffstats
path: root/src/ui/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/map.cpp')
-rw-r--r--src/ui/map.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/ui/map.cpp b/src/ui/map.cpp
index 06d570f..b852976 100644
--- a/src/ui/map.cpp
+++ b/src/ui/map.cpp
@@ -1117,7 +1117,7 @@ void CMap::FlushObject()
m_totalFix = 0; // object index fixed
m_totalMove = MAPMAXOBJECT-2; // moving vehicles index
- //m_bRadar = m_main->GetCheatRadar(); // no radar
+ m_bRadar = m_main->GetRadar();
for ( i=0 ; i<MAPMAXOBJECT ; i++ )
{
@@ -1154,12 +1154,7 @@ void CMap::UpdateObject(CObject* pObj)
pos.z = ppos.y;
dir += m_angle;
}
-
- if ( type == OBJECT_RADAR )
- {
- m_bRadar = true; // radar exists
- }
-
+
color = MAPCOLOR_NULL;
if ( type == OBJECT_BASE )
{