fixed game logic
This commit is contained in:
@@ -26,6 +26,8 @@ void Bag::jumpToNextBag() {
|
||||
this->currentBag.push_back(pieceIndex);
|
||||
}
|
||||
this->nextBag.clear();
|
||||
|
||||
this->prepareNext();
|
||||
}
|
||||
|
||||
Piece Bag::lookNext() {
|
||||
|
||||
Reference in New Issue
Block a user