From a825b4fa5f159604f9f61bafa21b75a22d8944f5 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 31 Jul 2010 21:02:56 +0000 Subject: (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. --- src/newgrf_station.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/newgrf_station.cpp') diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index 5b4fd268c..199f66541 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -228,12 +228,12 @@ const StationSpec *GetCustomStationSpecByGrf(uint32 grfid, byte localidx, int *i } -/* Evaluate a tile's position within a station, and return the result a bitstuffed format. - * if not centred: .TNLcCpP, if centred: .TNL..CP - * T = Tile layout number (GetStationGfx), N = Number of platforms, L = Length of platforms +/* Evaluate a tile's position within a station, and return the result a bit-stuffed format. + * if not centered: .TNLcCpP, if centered: .TNL..CP + * T = Tile layout number (#GetStationGfx), N = Number of platforms, L = Length of platforms * C = Current platform number from start, c = from end * P = Position along platform from start, p = from end - * if centred, C/P start from the centre and c/p are not available. + * if centered, C/P start from the centre and c/p are not available. */ uint32 GetPlatformInfo(Axis axis, byte tile, int platforms, int length, int x, int y, bool centred) { -- cgit v1.2.3-54-g00ecf