From: unknown_lamer Date: Fri, 3 Feb 2006 22:26:38 +0000 (+0000) Subject: [project @ 2006-02-03 22:26:38 by unknown_lamer] X-Git-Tag: release-2.2.3~19 X-Git-Url: https://git.hcoop.net/clinton/bobotpp.git/commitdiff_plain/7a7a10dd39f8535fa8524943ffdccfba5b505261 [project @ 2006-02-03 22:26:38 by unknown_lamer] Undo the last commit --- diff --git a/source/Main.C b/source/Main.C index 06f01f0..228b330 100644 --- a/source/Main.C +++ b/source/Main.C @@ -250,7 +250,6 @@ namespace } } - b = new Bot(configFile, debug); #ifdef USESCRIPTS Interp::Startup(); if (debug || script_debug) @@ -261,6 +260,7 @@ namespace SCM_RESET_DEBUG_MODE; } #endif + b = new Bot(configFile, debug); b->run(); delete b;