diff --git a/MissionEditor/IsoView.cpp b/MissionEditor/IsoView.cpp index a1c71a2..e838fde 100644 --- a/MissionEditor/IsoView.cpp +++ b/MissionEditor/IsoView.cpp @@ -6380,7 +6380,7 @@ void CIsoView::DrawMap() } } - if (pic.pic); + if (pic.pic) { auto drawCoordsTerrain = drawCoords + ProjectedVec(f_x / 2 - (pic.wMaxWidth / 2), f_y / 2 - 3 - (pic.wMaxHeight / 2));