Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2019-01-15 18:39:32 +00:00
8 changed files with 1084 additions and 122 deletions

View File

@@ -50,6 +50,8 @@ struct Ship FINAL : public SpecializedVehicle<Ship, VEH_SHIP> {
void UpdateCache();
};
static const uint SHIP_MAX_ORDER_DISTANCE = 130;
/**
* Iterate over all ships.
* @param var The variable used for iteration.