1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 09:29:10 +00:00

(svn r26106) -Codechange: document fall through explicitly

This commit is contained in:
rubidium
2013-11-25 13:28:08 +00:00
parent 4b8d9aad5b
commit a399fc667c

View File

@@ -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;