From 610dc30ceecdfe538f71826689630e0f28c278cc Mon Sep 17 00:00:00 2001 From: Andreas Habel Date: Tue, 6 Oct 2009 22:00:44 +0200 Subject: Implemented server selection list loaded from online xml file. --- src/main.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main.h') 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 */ -- cgit v1.2.3-70-g09d2