summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index ea890688e..5fd865a0d 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -3091,7 +3091,8 @@ static void TileLoop_Station(TileIndex tile)
case STATION_DOCK:
if (!IsTileFlat(tile)) break; // only handle water part
- /* FALL THROUGH */
+ FALLTHROUGH;
+
case STATION_OILRIG: //(station part)
case STATION_BUOY:
TileLoop_Water(tile);