From e390134047945b0d669249e62f6d525698be180e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Sep 2014 17:09:30 +0300 Subject: fix default port if tmwa support enabled. --- src/net/netconsts.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/netconsts.h') diff --git a/src/net/netconsts.h b/src/net/netconsts.h index 1977698ea..ab7f5458b 100644 --- a/src/net/netconsts.h +++ b/src/net/netconsts.h @@ -27,10 +27,10 @@ #include #endif -#ifdef EATHENA_SUPPORT -static const uint16_t DEFAULT_PORT = 6900; -#else +#ifdef TMWA_SUPPORT static const uint16_t DEFAULT_PORT = 6901; +#else +static const uint16_t DEFAULT_PORT = 6900; #endif #endif // NET_NETCONSTS_H -- cgit v1.2.3-60-g2f50