]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.c
console logging (-condebug) now starts earlier in the startup process (just after...
[xonotic/darkplaces.git] / common.c
index 4d9c9d556f8bc4f11eaa976eb6e2e9010e562bc2..8987d7f3f4de81d6c39f13ec552def77cfadef17 100644 (file)
--- a/common.c
+++ b/common.c
@@ -767,6 +767,7 @@ void COM_Init (void)
        Mathlib_Init();
 
        FS_Init ();
+       Con_InitLogging();
        COM_CheckRegistered ();
 
        COM_InitGameType();