diff --git a/Source/automap.cpp b/Source/automap.cpp index 548a09f31..71f9badfc 100644 --- a/Source/automap.cpp +++ b/Source/automap.cpp @@ -469,7 +469,7 @@ void DrawAutomapPlr(const Surface &out, const Displacement &myPlayerOffset, int DrawMapLineSteepSE(out, point, AmLine(4), playerColor); } break; case Direction::NoDirection: - break; + break; } }