Merge branch 'ship_collision_avoidance-sx' into jgrpp

Conflicts:
	src/settings_type.h
	src/table/settings.ini
This commit is contained in:
Jonathan G Rennison
2016-01-19 22:38:32 +00:00
5 changed files with 50 additions and 0 deletions

View File

@@ -512,6 +512,7 @@ struct VehicleSettings {
bool improved_breakdowns; ///< different types, chances and severities of breakdowns
bool pay_for_repair; ///< pay for repairing vehicle
uint8 repair_cost; ///< cost of repairing vehicle
bool ship_collision_avoidance; ///< ships try to avoid colliding with each other
};
/** Settings related to the economy. */