(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
This commit is contained in:
darkvater
2004-12-22 23:24:53 +00:00
parent 93f1a5f7df
commit 552cb7ad60
24 changed files with 99 additions and 56 deletions

View File

@@ -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..