summaryrefslogtreecommitdiff
path: root/train_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-09-30 20:37:25 +0000
committertron <tron@openttd.org>2005-09-30 20:37:25 +0000
commit980808dac2e87565a86a016966964249f8f5e263 (patch)
tree1e61685bece04279bd25b3f79e645384c1d83405 /train_cmd.c
parentee5d1ae5ece7730df119537701866664825f7dbc (diff)
downloadopenttd-980808dac2e87565a86a016966964249f8f5e263.tar.xz
(svn r3001) s/Player*/const Player*/
s/byte/PlayerID/ s/int/PlayerID/ and related changes
Diffstat (limited to 'train_cmd.c')
-rw-r--r--train_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/train_cmd.c b/train_cmd.c
index b9687da4d..cc34c3169 100644
--- a/train_cmd.c
+++ b/train_cmd.c
@@ -1564,7 +1564,7 @@ int32 CmdRefitRailVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
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