summaryrefslogtreecommitdiffstats
path: root/src/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Map.cpp')
-rw-r--r--src/Map.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Map.cpp b/src/Map.cpp
index 5a0a4ea7c..479ea0bae 100644
--- a/src/Map.cpp
+++ b/src/Map.cpp
@@ -299,11 +299,6 @@ const cMapDecorator cMap::CreateDecorator(const cEntity * a_TrackedEntity)
}
else
{
- if ((PixelX > 320.0) || (PixelZ > 320.0))
- {
- ;
- }
-
Rot = 0;
Type = cMapDecorator::eType::E_TYPE_PLAYER_OUTSIDE;