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:
parent
0fe6b841bc
commit
c37fd78310
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue