Skip to content

Commit

Permalink
Fix spelling of fallthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
AJenbo committed Sep 16, 2023
1 parent dff46af commit c9858c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/automap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9858c3

Please sign in to comment.