1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix a typo

This commit is contained in:
Roderik Ploszek 2018-04-15 15:49:40 +02:00
parent 0fe6b841bc
commit c37fd78310

View file

@ -580,7 +580,7 @@ class Octave(Game):
self.setSize(w, h)
# create stacks
x, y = l.XM+l.XS2, l.YM
x, y = l.XM+l.XS//2, l.YM
for i in range(8):
s.foundations.append(SS_FoundationStack(x, y, self,
suit=int(i//2), max_cards=10))