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
Donald Haase
Cockatrice
Commits
ac62ce98
Commit
ac62ce98
authored
Mar 25, 2012
by
Max-Wilhelm Bruker
Browse files
removed debugging line
parent
1224eae1
Changes
1
Show whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
ac62ce98
...
...
@@ -327,7 +327,6 @@ void TabGame::actConcede()
if
(
QMessageBox
::
question
(
this
,
tr
(
"Concede"
),
tr
(
"Are you sure you want to concede this game?"
),
QMessageBox
::
Yes
|
QMessageBox
::
No
,
QMessageBox
::
No
)
!=
QMessageBox
::
Yes
)
return
;
sleep
(
5
);
sendGameCommand
(
new
Command_Concede
);
}
...
...
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