Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
67e803d9
Commit
67e803d9
authored
Jan 27, 2022
by
Wolfgang Rohdewald
Browse files
Scoring game: clear uilTiles at end of hand
parent
6551b3bd
Changes
1
Show whitespace changes
Inline
Side-by-side
src/scoring.py
View file @
67e803d9
...
@@ -332,6 +332,7 @@ class ScoringPlayer(VisiblePlayer, Player):
...
@@ -332,6 +332,7 @@ class ScoringPlayer(VisiblePlayer, Player):
if
isAlive
(
self
.
handBoard
):
if
isAlive
(
self
.
handBoard
):
self
.
handBoard
.
setEnabled
(
True
)
self
.
handBoard
.
setEnabled
(
True
)
self
.
handBoard
.
showMoveHelper
()
self
.
handBoard
.
showMoveHelper
()
self
.
handBoard
.
uiMelds
=
[]
self
.
manualRuleBoxes
=
[]
self
.
manualRuleBoxes
=
[]
def
explainHand
(
self
):
def
explainHand
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment