summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2006-11-09 22:19:45 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2006-11-09 22:19:45 +0000
commit3eca8915fd14dcebe88647a198bfce5d789a6efb (patch)
treeb0ae43817d759c1868eeb638907f4c0ee209effd /src/main.cpp
parentaa1989471451e15321357f4422afb79c9a9bae20 (diff)
downloadmana-client-3eca8915fd14dcebe88647a198bfce5d789a6efb.tar.gz
mana-client-3eca8915fd14dcebe88647a198bfce5d789a6efb.tar.bz2
mana-client-3eca8915fd14dcebe88647a198bfce5d789a6efb.tar.xz
mana-client-3eca8915fd14dcebe88647a198bfce5d789a6efb.zip
Fixed a conflict with Windows headers and updated project files
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8cd993fb..0e0fad2f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -578,7 +578,7 @@ int main(int argc, char *argv[])
network->flush();
network->dispatchMessages();
- if (network->getState() == Network::ERROR)
+ if (network->getState() == Network::NET_ERROR)
{
state = ERROR_STATE;
errorMessage = "Got disconnected from server!";