Fix building with clang 8.0 (#4346)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user