(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.

This commit is contained in:
rubidium
2007-01-06 22:58:01 +00:00
parent de11447d08
commit 2a596e09f1
5 changed files with 36 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
#ifdef ENABLE_NETWORK
/** DNS hostname of the masterserver */
#define NETWORK_MASTER_SERVER_HOST "master.openttd.org"
#define NETWORK_MASTER_SERVER_HOST "localhost"
/** Message sent to the masterserver to 'identify' this client as OpenTTD */
#define NETWORK_MASTER_SERVER_WELCOME_MESSAGE "OpenTTDRegister"