Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
7a2d8405
Commit
7a2d8405
authored
Nov 01, 2019
by
Vivien Kraus
Browse files
Let us call features_errors with an empty game
parent
72997c3e
Pipeline
#180935
passed with stages
in 39 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libtarot/features/tarot/features_private_impl.h
View file @
7a2d8405
...
...
@@ -2254,6 +2254,10 @@ features_errors_aux (const TarotGame * game, int just_bids)
{
return
features_errors_client
(
game
,
just_bids
);
}
else
if
(
game_step
(
game
)
<=
TAROT_DEAL
)
{
return
0
;
}
for
(
i
=
0
;
i
<
n
;
i
++
)
{
TarotGame
g
;
...
...
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