From 112fbe319f1e9070e9b6b62a7ec12d625a19be51 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 7 Apr 2005 13:49:18 +0000 Subject: * 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 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') 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); -- cgit v1.2.3-70-g09d2