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
e647e0d0
Commit
e647e0d0
authored
Dec 29, 2019
by
Vivien Kraus
Browse files
Always have a call for 5 players
Not having a call is uninteresting.
parent
2309f8f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tarot-app/gui/window.vala
View file @
e647e0d0
...
...
@@ -183,7 +183,7 @@ namespace Tarot {
[
GtkCallback
]
private
void
new_game_5p
()
{
start_new_game
(
5
,
variant_call
.
activ
e
,
new
GLib
.
DateTime
.
now_utc
().
to_string
());
start_new_game
(
5
,
tru
e
,
new
GLib
.
DateTime
.
now_utc
().
to_string
());
}
[
GtkCallback
]
...
...
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