Skip to content

Commit 7a6b873

Browse files
committed
Use correct talon stack for Beacon (resolves #543)
1 parent 0b3124d commit 7a6b873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysollib/games/golf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ def createGame(self, rows=8):
15931593
x += layout.XS
15941594

15951595
x, y = layout.XM, self.height-layout.YS
1596-
s.talon = TalonStack(x, y, self)
1596+
s.talon = AutoDealTalonStack(x, y, self)
15971597
layout.createText(s.talon, 'se')
15981598

15991599
# define stack-groups

0 commit comments

Comments
 (0)