Skip to content
GitLab
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
12aa1b36
Commit
12aa1b36
authored
Oct 13, 2019
by
Vivien Kraus
Browse files
Obvious bool/error confusing
parent
8fa1125c
Pipeline
#175271
passed with stages
in 58 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/libtarot/call/tarot/call_private_impl.h
View file @
12aa1b36
...
...
@@ -178,7 +178,7 @@ call_owned_by (TarotCall * call, TarotPlayer owner, TarotCard c)
{
if
(
!
_call_get_has_started
(
call
)
||
!
call_card_known
(
call
))
{
return
0
;
return
1
;
}
if
(
c
==
_call_get_call
(
call
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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