Changeset - r21026:c28235777a51
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-11-25 13:28:08
rubidium@openttd.org
(svn r26106) -Codechange: document fall through explicitly
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/depot_gui.cpp
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)