changeset 2920:ac80dd4d6c81 draft

(svn r3476) -Fix: fixed a warning from the OSX compiler, it is bogus, but oh well
author truelight <truelight@openttd.org>
date Sun, 29 Jan 2006 20:03:50 +0000
parents 4e124e5a8b69
children 171c2b26c070
files order_gui.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/order_gui.c
+++ b/order_gui.c
@@ -191,6 +191,8 @@
 	Order order;
 	int st_index;
 
+	order.station = INVALID_STATION;
+
 	// check depot first
 	if (_patches.gotodepot) {
 		switch (GetTileType(tile)) {