summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-01 20:58:35 +0000
committeralberth <alberth@openttd.org>2010-08-01 20:58:35 +0000
commitc32e35c30d3fb2910c31a0221966fcdebd3d58d0 (patch)
tree9411c381eda5dcdc381e433ccd96b5433be0d6bf /src/order_gui.cpp
parent80c43f52e838c567a4f349a1a9d901407cbb56ef (diff)
downloadopenttd-c32e35c30d3fb2910c31a0221966fcdebd3d58d0.tar.xz
(svn r20290) -Codechange: Add missing 'break' statements.
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 650e32a68..621230adb 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -345,6 +345,7 @@ static Order GetOrderCmdFromTile(const Vehicle *v, TileIndex tile)
if (_ctrl_pressed) order.SetDepotOrderType((OrderDepotTypeFlags)(order.GetDepotOrderType() ^ ODTFB_SERVICE));
return order;
}
+ break;
default:
break;