(svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well
authortruelight
Sun, 29 Jan 2006 20:03:50 +0000
changeset 2920 a582cd504686
parent 2919 5a867896b255
child 2921 c6d012dd525f
(svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well
order_gui.c
--- a/order_gui.c	Sun Jan 29 19:50:01 2006 +0000
+++ b/order_gui.c	Sun Jan 29 20:03:50 2006 +0000
@@ -191,6 +191,8 @@
 	Order order;
 	int st_index;
 
+	order.station = INVALID_STATION;
+
 	// check depot first
 	if (_patches.gotodepot) {
 		switch (GetTileType(tile)) {