summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-08-01 20:52:11 +0000
committerterkhen <terkhen@openttd.org>2010-08-01 20:52:11 +0000
commit80c43f52e838c567a4f349a1a9d901407cbb56ef (patch)
tree6eabbbb6c6d9413f2b0fbda0f2d1c73f7e352478 /src/station_cmd.cpp
parent7b62e4dc8e69fa37cb5792b911105371a47cf223 (diff)
downloadopenttd-80c43f52e838c567a4f349a1a9d901407cbb56ef.tar.xz
(svn r20289) -Codechange: Unify fall through coding style.
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index fb2ab235a..9868f60f9 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -2878,7 +2878,7 @@ static void TileLoop_Station(TileIndex tile)
case STATION_DOCK:
if (GetTileSlope(tile, NULL) != SLOPE_FLAT) break; // only handle water part
- /* FALL THROUGH */
+ /* FALL THROUGH */
case STATION_OILRIG: //(station part)
case STATION_BUOY:
TileLoop_Water(tile);