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
This commit is contained in:
parent
94e1cf50ea
commit
a307237cff
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue