make things beautiful
This commit is contained in:
parent
8d0144f1ef
commit
bebc10a81f
1 changed files with 0 additions and 4 deletions
|
@ -284,10 +284,6 @@ impl Game {
|
||||||
}).collect();
|
}).collect();
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
|
|
||||||
>>>>>>> e5af4f4... too late commit lol
|
|
||||||
fn update_ship_counts(&mut self) {
|
fn update_ship_counts(&mut self) {
|
||||||
self.ship_counts = self.states[self.turn].expeditions.iter().map(|s| {
|
self.ship_counts = self.states[self.turn].expeditions.iter().map(|s| {
|
||||||
s.ship_count as usize
|
s.ship_count as usize
|
||||||
|
|
Loading…
Reference in a new issue