summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2009-10-06 22:00:44 +0200
committerAndreas Habel <mail@exceptionfault.de>2009-10-06 22:05:42 +0200
commit610dc30ceecdfe538f71826689630e0f28c278cc (patch)
treec986e5d55850c908e62e46c090c3c0b73505edd4 /src/main.h
parentc1b93b0bfe2d7c4568de26af85523f83e72293d4 (diff)
downloadmana-610dc30ceecdfe538f71826689630e0f28c278cc.tar.gz
mana-610dc30ceecdfe538f71826689630e0f28c278cc.tar.bz2
mana-610dc30ceecdfe538f71826689630e0f28c278cc.tar.xz
mana-610dc30ceecdfe538f71826689630e0f28c278cc.zip
Implemented server selection list loaded from online xml file.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index a7ddea7e..1ba25a74 100644
--- a/src/main.h
+++ b/src/main.h
@@ -77,6 +77,12 @@
#define MAX_CHARACTER_COUNT 3
+#ifdef TWMSERV_SUPPORT
+#define DEFAULT_PORT 9601
+#else
+#define DEFAULT_PORT 6901
+#endif
+
/*
* Client different States
*/