From 88ca183191d781effd96add853e40d37ce3a0233 Mon Sep 17 00:00:00 2001 From: terkhen Date: Thu, 29 Jul 2010 14:26:28 +0000 Subject: (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). --- src/saveload/afterload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/saveload') diff --git a/src/saveload/afterload.cpp b/src/saveload/afterload.cpp index 56cb20a3c..8d49abd62 100644 --- a/src/saveload/afterload.cpp +++ b/src/saveload/afterload.cpp @@ -152,7 +152,7 @@ static void ConvertTownOwner() if (GB(_m[tile].m5, 4, 2) == ROAD_TILE_CROSSING && HasBit(_m[tile].m3, 7)) { _m[tile].m3 = OWNER_TOWN; } - /* FALLTHROUGH */ + /* FALL THROUGH */ case MP_TUNNELBRIDGE: if (GetTileOwner(tile) & 0x80) SetTileOwner(tile, OWNER_TOWN); -- cgit v1.2.3-54-g00ecf