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
8b3a3c28
Commit
8b3a3c28
authored
May 09, 2012
by
Max-Wilhelm Bruker
Browse files
additional minor fix wrt issue #42
parent
295cc65d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/remoteclient.cpp
View file @
8b3a3c28
...
...
@@ -9,7 +9,7 @@
#include
"pb/server_message.pb.h"
#include
"pb/event_server_identification.pb.h"
static
const
unsigned
int
protocolVersion
=
1
3
;
static
const
unsigned
int
protocolVersion
=
1
4
;
RemoteClient
::
RemoteClient
(
QObject
*
parent
)
:
AbstractClient
(
parent
),
timeRunning
(
0
),
lastDataReceived
(
0
),
messageInProgress
(
false
),
handshakeStarted
(
false
),
messageLength
(
0
)
...
...
@@ -180,6 +180,7 @@ void RemoteClient::doDisconnectFromServer()
timer
->
stop
();
messageInProgress
=
false
;
handshakeStarted
=
false
;
messageLength
=
0
;
QList
<
PendingCommand
*>
pc
=
pendingCommands
.
values
();
...
...
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