summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-23 21:05:05 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-01-23 21:05:05 +0000
commit05bdb92c267e3f041788f2aa41a73c9953249e7c (patch)
tree356033be4c1c373972b8a32b9e67503b3a6a0abf /src/main.cpp
parentd1395845cdc678db2a71326f2e6f20253ed14cac (diff)
downloadmana-05bdb92c267e3f041788f2aa41a73c9953249e7c.tar.gz
mana-05bdb92c267e3f041788f2aa41a73c9953249e7c.tar.bz2
mana-05bdb92c267e3f041788f2aa41a73c9953249e7c.tar.xz
mana-05bdb92c267e3f041788f2aa41a73c9953249e7c.zip
Merged 0.0 changes from revision 3035 to 3065 to trunk.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3a448494..dc186c84 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,8 +39,6 @@
#if (defined __USE_UNIX98 || defined __FreeBSD__)
#include <cerrno>
#include <sys/stat.h>
-#elif defined WIN32
-#define NOGDI
#endif
#include "configuration.h"
@@ -174,7 +172,7 @@ void initConfiguration(const Options &options)
{
// Fill configuration with defaults
logger->log("Initializing configuration...");
- config.setValue("host", "animesites.de");
+ config.setValue("host", "server.themanaworld.org");
config.setValue("port", 9601);
config.setValue("hwaccel", 0);
#if (defined __APPLE__ || defined WIN32) && defined USE_OPENGL