diff options
Diffstat (limited to '')
-rw-r--r-- | src/Map.cpp | 5 |
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; |