diff options
Diffstat (limited to 'src/qcommon/files.c')
-rw-r--r-- | src/qcommon/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c index f896929f..0228a4be 100644 --- a/src/qcommon/files.c +++ b/src/qcommon/files.c @@ -3200,7 +3200,7 @@ void FS_Restart( int checksumFeed ) { if ( Q_stricmp(fs_gamedirvar->string, lastValidGame) ) { // skip the autogen.cfg if "safe" is on the command line if ( !Com_SafeMode() ) { - Cbuf_AddText ("exec autogen.cfg\n"); + Cbuf_AddText ("exec " Q3CONFIG_CFG "\n"); } } |