(svn r17201) -Fix [NoAI]: don't say you're building a depot when you're actually building a station (API docs typo)

This commit is contained in:
rubidium
2009-08-16 09:04:53 +00:00
parent a634d839fb
commit 7b55bbbc6d

View File

@@ -359,7 +359,7 @@ public:
/** /**
* Builds a drive-through road bus or truck station. * Builds a drive-through road bus or truck station.
* @param tile Place to build the depot. * @param tile Place to build the station.
* @param front A tile on the same axis with 'tile' as the station shall be oriented. * @param front A tile on the same axis with 'tile' as the station shall be oriented.
* @param road_veh_type Whether to build a truck or bus station. * @param road_veh_type Whether to build a truck or bus station.
* @param station_id The station to join, AIStation::STATION_NEW or AIStation::STATION_JOIN_ADJACENT. * @param station_id The station to join, AIStation::STATION_NEW or AIStation::STATION_JOIN_ADJACENT.