Fix b4b98e5165: Use FALLTHROUGH attribute with correct indentation.

This commit is contained in:
J0an Josep
2017-08-15 17:56:34 +02:00
committed by frosch
parent 3f40cd505d
commit cfb8092397
10 changed files with 15 additions and 15 deletions

View File

@@ -554,8 +554,8 @@ CommandCost CmdBuildSingleRail(TileIndex tile, DoCommandFlag flags, uint32 p1, u
if (IsLevelCrossing(tile) && GetCrossingRailBits(tile) == trackbit) {
return_cmd_error(STR_ERROR_ALREADY_BUILT);
}
FALLTHROUGH;
}
FALLTHROUGH;
default: {
/* Will there be flat water on the lower halftile? */