author | tron |
Fri, 02 Feb 2007 19:09:54 +0000 | |
changeset 6164 | a4458b13cca9 |
parent 6163 | 2f84fef87679 |
child 6165 | 4da5ead702ad |
--- a/src/station_cmd.cpp Fri Feb 02 19:07:20 2007 +0000 +++ b/src/station_cmd.cpp Fri Feb 02 19:09:54 2007 +0000 @@ -92,7 +92,8 @@ return rs; } -uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type) + +static uint GetNumRoadStopsInStation(const Station* st, RoadStop::Type type) { uint num = 0; const RoadStop *rs;