mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Remove an assertion that did harm.
See https://github.com/shlomif/PySolFC/issues/12 .
This commit is contained in:
parent
29a9a61eef
commit
cc09f7a5d6
1 changed files with 0 additions and 7 deletions
|
@ -511,13 +511,6 @@ class Game:
|
|||
# let's go
|
||||
self.moves.state = self.S_INIT
|
||||
self.startGame()
|
||||
if self.gameinfo.si.game_flags & GI.GT_OPEN:
|
||||
if self.s.talon:
|
||||
assert len(self.s.talon.cards) == 0
|
||||
for stack in self.allstacks:
|
||||
if stack.is_visible:
|
||||
for c in stack.cards:
|
||||
assert c.face_up
|
||||
self.startMoves()
|
||||
for stack in self.allstacks:
|
||||
stack.updateText()
|
||||
|
|
Loading…
Add table
Reference in a new issue