(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:
@@ -1244,7 +1244,7 @@ static void AiNew_CheckVehicle(Player *p, Vehicle *v)
|
||||
// When a vehicle is under the 6 months, we don't check for anything
|
||||
if (v->age < 180) return;
|
||||
|
||||
// When a vehicle is older then 1 year, it should make money...
|
||||
// When a vehicle is older than 1 year, it should make money...
|
||||
if (v->age > 360) {
|
||||
// If both years together are not more than AI_MINIMUM_ROUTE_PROFIT,
|
||||
// it is not worth the line I guess...
|
||||
|
||||
Reference in New Issue
Block a user