From a399fc667ce506abcdcfd853d1ad58f0bb8dbb4f Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 25 Nov 2013 13:28:08 +0000 Subject: (svn r26106) -Codechange: document fall through explicitly --- src/depot_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp index 10de2bece..c677d039d 100644 --- a/src/depot_gui.cpp +++ b/src/depot_gui.cpp @@ -442,6 +442,7 @@ struct DepotWindow : Window { switch (this->type) { case VEH_TRAIN: if (wagon) return MODE_ERROR; + /* FALL THROUGH */ case VEH_ROAD: if (xm <= this->flag_width) return MODE_START_STOP; break; -- cgit v1.2.3-70-g09d2