From c9858c3c99ed9774216c3bd8bc6d603548f8d548 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 16 Sep 2023 04:15:51 +0200 Subject: [PATCH] Fix spelling of fallthrough --- Source/automap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/automap.cpp b/Source/automap.cpp index d5f53e7e1ce..c68dae71baa 100644 --- a/Source/automap.cpp +++ b/Source/automap.cpp @@ -1053,7 +1053,7 @@ void DrawAutomapTile(const Surface &out, Point center, Point map) case AutomapTile::Types::CaveCross: // Add the missing dirt pixel out.SetPixel(center + AmOffset(AmWidthOffset::None, AmHeightOffset::FullTileDown), colorDim); - [[fallthough]]; + [[fallthrough]]; case AutomapTile::Types::CaveWoodCross: case AutomapTile::Types::CaveRightWoodCross: case AutomapTile::Types::CaveLeftWoodCross: