summaryrefslogtreecommitdiff
path: root/network_core.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-22 23:24:53 +0000
committerdarkvater <darkvater@openttd.org>2004-12-22 23:24:53 +0000
commitc4836bbd70223842a9df4f412444ece44d9b1147 (patch)
tree95d171283345e7b2a5e3ec6b0c9f5aef12844312 /network_core.h
parent0e3399177eca41ea52ae9032a96cb19ed1610ebb (diff)
downloadopenttd-c4836bbd70223842a9df4f412444ece44d9b1147.tar.xz
(svn r1239) -Feature: Added gui option of setting company password. It can be found in the 'company information' window
-Spiced up 'set company_pw' a bit, where if no pw is typed, it shows the current one. -Added a space between company name and player; looks better
Diffstat (limited to 'network_core.h')
-rw-r--r--network_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_core.h b/network_core.h
index 4eaea2d81..7f8bdc18b 100644
--- a/network_core.h
+++ b/network_core.h
@@ -13,7 +13,7 @@
# include <winsock2.h>
# include <ws2tcpip.h>
# pragma comment (lib, "ws2_32.lib")
-# define ENABLE_NETWORK // On windows, the network is always enabled
+//# define ENABLE_NETWORK // On windows, the network is always enabled
# define GET_LAST_ERROR() WSAGetLastError()
# define EWOULDBLOCK WSAEWOULDBLOCK
// Windows has some different names for some types..