Import vehicle repair costs patch

Strip trailing whitespace

http://www.tt-forums.net/viewtopic.php?p=1093268#p1093268
This commit is contained in:
patch-import
2015-08-04 23:38:31 +01:00
committed by Jonathan G Rennison
parent 224dcab437
commit 7537ae2a7e
11 changed files with 90 additions and 1 deletions

View File

@@ -460,6 +460,8 @@ struct VehicleSettings {
byte extend_vehicle_life; ///< extend vehicle life by this many years
byte road_side; ///< the side of the road vehicles drive on
uint8 plane_crashes; ///< number of plane crashes, 0 = none, 1 = reduced, 2 = normal
bool pay_for_repair; ///< pay for repairing vehicle
uint8 repair_cost; ///< cost of repairing vehicle
};
/** Settings related to the economy. */