summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-07 13:49:18 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-04-07 13:49:18 +0000
commit112fbe319f1e9070e9b6b62a7ec12d625a19be51 (patch)
tree62572ba750a8fb8d37d2f63a69f282d8590f4c31 /src/main.cpp
parent682be63061b2134cd3bc8b272fd3180e82437bb9 (diff)
downloadmana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.tar.gz
mana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.tar.bz2
mana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.tar.xz
mana-client-112fbe319f1e9070e9b6b62a7ec12d625a19be51.zip
* Fixed crash on exit when trying to delete listbox that wasn't created.
* Disabled Ok button in Buy and Sell dialog when amount is 0 * Corrected the three known map bugs
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3e9d1adf..da3970e1 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -165,7 +165,7 @@ void init_engine()
else {
fclose(tmwFile);
// Fill configuration with defaults
- config.setValue("host", "animesites.de");
+ config.setValue("host", "www.lindeijer.nl");
config.setValue("port", 6901);
config.setValue("hwaccel", 0);
config.setValue("screen", 0);