From: unknown_lamer Date: Fri, 3 Feb 2006 22:08:15 +0000 (+0000) Subject: [project @ 2006-02-03 22:08:15 by unknown_lamer] X-Git-Tag: release-2.2.3~20 X-Git-Url: http://git.hcoop.net/clinton/bobotpp.git/commitdiff_plain/186fb4261355b2ab03f9fa6f28ff7c71ef371584 [project @ 2006-02-03 22:08:15 by unknown_lamer] Moved Interp::Startup call to after the Bot is created --- diff --git a/source/Main.C b/source/Main.C index 8b46061..06f01f0 100644 --- a/source/Main.C +++ b/source/Main.C @@ -250,6 +250,7 @@ namespace } } + b = new Bot(configFile, debug); #ifdef USESCRIPTS Interp::Startup(); if (debug || script_debug) @@ -260,8 +261,6 @@ namespace SCM_RESET_DEBUG_MODE; } #endif - - b = new Bot(configFile, debug); b->run(); delete b;