From 186fb4261355b2ab03f9fa6f28ff7c71ef371584 Mon Sep 17 00:00:00 2001 From: unknown_lamer Date: Fri, 3 Feb 2006 22:08:15 +0000 Subject: [PATCH] [project @ 2006-02-03 22:08:15 by unknown_lamer] Moved Interp::Startup call to after the Bot is created --- source/Main.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.20.1