From 2e2a6d4909e112563ec89885c0dae5d2c13a4f5d Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 2 Aug 2008 22:53:51 +0000 Subject: (svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc) --- src/train.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/train.h') diff --git a/src/train.h b/src/train.h index 7f7cb6166..81b512c1b 100644 --- a/src/train.h +++ b/src/train.h @@ -273,6 +273,8 @@ int CheckTrainStoppedInDepot(const Vehicle *v); void UpdateTrainAcceleration(Vehicle* v); void CheckTrainsLengths(); +void FreeTrainTrackReservation(const Vehicle *v, TileIndex origin = INVALID_TILE, Trackdir orig_td = INVALID_TRACKDIR); + /** * This class 'wraps' Vehicle; you do not actually instantiate this class. * You create a Vehicle using AllocateVehicle, so it is added to the pool -- cgit v1.2.3-54-g00ecf