|
|
|
@ -93,7 +93,7 @@ public class Boat {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* The state of the boats sails. True if sails are out.
|
|
|
|
* The state of the boats sails. True if sails are out.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private boolean sailsOut = false;
|
|
|
|
private boolean sailsOut = true;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Constructs a boat object with a given sourceID, name, country/team abbreviation, and polars table.
|
|
|
|
* Constructs a boat object with a given sourceID, name, country/team abbreviation, and polars table.
|
|
|
|
|