Merge branch 'round-bits' into develop
This commit is contained in:
@@ -318,12 +318,12 @@ impl Instance {
|
||||
self.phase_end = self.time_control.vbox_phase_end();
|
||||
|
||||
let bits = match self.rounds.len() > 0 {
|
||||
true => 12 + 6 * self.rounds.len(),
|
||||
true => 30,
|
||||
false => 0,
|
||||
};
|
||||
|
||||
self.players.iter_mut().for_each(|p| {
|
||||
p.vbox.balance_add(bits.into());
|
||||
p.vbox.balance_add(bits);
|
||||
p.set_ready(false);
|
||||
p.vbox.fill();
|
||||
});
|
||||
|
||||
+1
-1
@@ -43,7 +43,7 @@ impl Vbox {
|
||||
Vbox {
|
||||
free: vec![vec![], vec![], vec![]],
|
||||
bound: starting_items,
|
||||
bits: 18,
|
||||
bits: 30,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user