mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Bugfix in playable preview.
This commit is contained in:
parent
72ff4f6079
commit
866081f46d
1 changed files with 2 additions and 1 deletions
|
@ -817,7 +817,8 @@ class Game(object):
|
||||||
if dealer:
|
if dealer:
|
||||||
dealer()
|
dealer()
|
||||||
else:
|
else:
|
||||||
self.resizeGame()
|
if not self.preview:
|
||||||
|
self.resizeGame()
|
||||||
self.startGame()
|
self.startGame()
|
||||||
self.startMoves()
|
self.startMoves()
|
||||||
for stack in self.allstacks:
|
for stack in self.allstacks:
|
||||||
|
|
Loading…
Add table
Reference in a new issue