Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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; }