From a307237cfff0c2f37e58e093a4f968582353042c Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 15 Jan 2005 17:37:11 +0000 Subject: [PATCH] Plugins are initialised earlier, which means that all the console commands work in configs. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@780 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/client/cl_main.c b/engine/client/cl_main.c index 1598e3c0f..ea49d70e5 100644 --- a/engine/client/cl_main.c +++ b/engine/client/cl_main.c @@ -2872,6 +2872,10 @@ void Host_Init (quakeparms_t *parms) Editor_Init(); #endif +#ifdef PLUGINS + Plug_Init(); +#endif + // Con_Printf ("Exe: "__TIME__" "__DATE__"\n"); Con_TPrintf (TL_HEAPSIZE, parms->memsize/ (1024*1024.0)); @@ -2926,10 +2930,6 @@ void Host_Init (quakeparms_t *parms) UI_Init(); -#ifdef PLUGINS - Plug_Init(); -#endif - Con_TPrintf (TL_NL); #ifdef VERSION3PART