train_cmd.c
changeset 2475 8443e1eefe1b
parent 2464 3dee59d241c0
child 2477 d454d5152386
--- a/train_cmd.c	Fri Sep 30 09:58:59 2005 +0000
+++ b/train_cmd.c	Fri Sep 30 20:37:25 2005 +0000
@@ -1564,7 +1564,7 @@
 typedef struct TrainFindDepotData {
 	uint best_length;
 	TileIndex tile;
-	byte owner;
+	PlayerID owner;
 	/**
 	 * true if reversing is necesarry for the train to get to this depot This
 	 * value is unused when new depot finding and NPF are both disabled