summaryrefslogtreecommitdiff
path: root/order_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-10-03 16:05:11 +0000
committerbjarni <bjarni@openttd.org>2006-10-03 16:05:11 +0000
commit950ef8f2373a2bf561d256f42c07606c3ce00854 (patch)
tree7069b27f3099a815900fd4fe6d28154d2d5ebc9a /order_gui.c
parentf86375b6789e5cff4af22e7ec2469cd6edf07ccb (diff)
downloadopenttd-950ef8f2373a2bf561d256f42c07606c3ce00854.tar.xz
(svn r6627) -Fix r6624: fixed some warnings
Now it happened again. Somebody got warnings, that I didn't get... I will look into this issue
Diffstat (limited to 'order_gui.c')
-rw-r--r--order_gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/order_gui.c b/order_gui.c
index 66a30ba7e..bce259121 100644
--- a/order_gui.c
+++ b/order_gui.c
@@ -215,6 +215,8 @@ static Order GetOrderCmdFromTile(const Vehicle *v, TileIndex tile)
Order order;
order.next = NULL;
order.index = 0;
+ order.refit_cargo = CT_INVALID;
+ order.refit_subtype = 0;
// check depot first
if (_patches.gotodepot) {