Codechange: Replace old non-standard attributes with C++17/20 standard attributes.
This commit is contained in:
@@ -83,7 +83,7 @@ static void GenerateRockyArea(TileIndex end, TileIndex start)
|
||||
switch (GetTileType(tile)) {
|
||||
case MP_TREES:
|
||||
if (GetTreeGround(tile) == TREE_GROUND_SHORE) continue;
|
||||
FALLTHROUGH;
|
||||
[[fallthrough]];
|
||||
|
||||
case MP_CLEAR:
|
||||
MakeClear(tile, CLEAR_ROCKS, 3);
|
||||
|
Reference in New Issue
Block a user