1
0
Fork 0
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:
Joe R 2021-05-16 23:43:49 -04:00
parent 72ff4f6079
commit 866081f46d

View file

@ -817,7 +817,8 @@ class Game(object):
if dealer:
dealer()
else:
self.resizeGame()
if not self.preview:
self.resizeGame()
self.startGame()
self.startMoves()
for stack in self.allstacks: