(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.

Provided by ln
I've added a little fix on currency.cpp too, why not :)
This commit is contained in:
belugas
2008-08-20 01:38:12 +00:00
parent d096431936
commit 9506434539
8 changed files with 13 additions and 13 deletions

View File

@@ -1218,7 +1218,7 @@ static void DeliverGoodsToIndustry(TileIndex xy, CargoID cargo_type, int num_pie
/* Check if there's an industry close to the station that accepts the cargo
* XXX - Think of something better to
* 1) Only deliver to industries which are withing the catchment radius
* 2) Distribute between industries if more then one is present */
* 2) Distribute between industries if more than one is present */
best_dist = (_settings_game.station.station_spread + 8) * 2;
FOR_ALL_INDUSTRIES(ind) {
indspec = GetIndustrySpec(ind->type);