Compare commits
2 Commits
de0fdf33ad
...
5553a7e1a1
| Author | SHA1 | Date | |
|---|---|---|---|
| 5553a7e1a1 | |||
| a450c00378 |
+2
-2
@@ -159,7 +159,7 @@ impl TableauStack {
|
||||
});
|
||||
}
|
||||
if let Some(tableau) = tableau.next() {
|
||||
let skip_cards = SkipCards::Skip0;
|
||||
let skip_cards = SkipCards::ITER_BEGIN;
|
||||
return Some(Self {
|
||||
tableau,
|
||||
skip_cards,
|
||||
@@ -394,7 +394,7 @@ impl KlondikeState {
|
||||
Tableau::Tableau7 => self.tableau7.pop_flip_up(),
|
||||
},
|
||||
KlondikePile::Foundation(foundation) => self.foundations[foundation as usize].pop(),
|
||||
KlondikePile::Stock => self.stock.pop_flip_up(),
|
||||
KlondikePile::Stock => self.stock.pop(),
|
||||
}
|
||||
}
|
||||
fn extend_foundation<I: IntoIterator<Item = Card>>(
|
||||
|
||||
Reference in New Issue
Block a user