From bdd64495cd7af3fa064ed58a5419845eb78def46 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 5 Apr 2008 10:55:50 +0000 Subject: (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and road vehicles. --- src/train.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/train.h') diff --git a/src/train.h b/src/train.h index 677f66915..ab3d04190 100644 --- a/src/train.h +++ b/src/train.h @@ -306,6 +306,7 @@ struct Train : public Vehicle { bool IsStoppedInDepot() const { return CheckTrainStoppedInDepot(this) >= 0; } void Tick(); void OnNewDay(); + TileIndex GetOrderStationLocation(StationID station); }; #endif /* TRAIN_H */ -- cgit v1.2.3-54-g00ecf