Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-07-13 16:37:18 +0000
committerStijn Buys <ingar@osirion.org>2008-07-13 16:37:18 +0000
commit3a3ba622dbf9c035b0f26979601b2d4d192b4167 (patch)
tree1439700a9df9ba1dd32ae1f7ca86c5caa0fd4d1c /src/core/netclient.h
parent2e789cb9894ac5a9565013b134f1c1e51174f430 (diff)
connection sequence updates, breaks network protocol
Diffstat (limited to 'src/core/netclient.h')
-rw-r--r--src/core/netclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netclient.h b/src/core/netclient.h
index 7176260..39c425f 100644
--- a/src/core/netclient.h
+++ b/src/core/netclient.h
@@ -65,7 +65,7 @@ public:
void abort();
- enum State {Connecting=0, Connected=1};
+ enum State {Connecting=0, Pending=1, Connected=2};
inline State state() const { return client_state; }