From: Holger Z. <hz...@us...> - 2006-01-15 15:34:48
|
Update of /cvsroot/jake2/jake2/src/jake2/qcommon In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv529/src/jake2/qcommon Modified Files: Qcommon.java Log Message: don't write config before archive bits of cvars are set Index: Qcommon.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/qcommon/Qcommon.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Qcommon.java 3 Dec 2005 19:43:41 -0000 1.20 --- Qcommon.java 15 Jan 2006 15:34:38 -0000 1.21 *************** *** 93,99 **** reconfigure(true); // reload default.cfg and config.cfg - // save config when we have a valid baseq2 - CL.WriteConfiguration(); - // // init commands and vars --- 93,96 ---- *************** *** 149,152 **** --- 146,152 ---- Com.Printf("====== Quake2 Initialized ======\n\n"); + + // save config when configuration is completed + CL.WriteConfiguration(); if (Globals.dedicated.value != 1.0f) |