summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-06 22:58:01 +0000
committerrubidium <rubidium@openttd.org>2007-01-06 22:58:01 +0000
commit8d41fe225e36b5172c43521ec03e7fce21b1a4c4 (patch)
treea542fc7075e2d49b935217cfc3c2d1dccf7e4f2c /src/network/core/config.h
parenta05ab3028ad81f3144ff289fcf5a5dd31cbd41fd (diff)
downloadopenttd-8d41fe225e36b5172c43521ec03e7fce21b1a4c4.tar.xz
(svn r7931) -Fix (r7759): multiple (different) -O flags made compilations with the wrong optimisations.
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index 0b80800f0..bc1cb6304 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -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"