diff options
Diffstat (limited to 'src/cl_console.c')
-rw-r--r-- | src/cl_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_console.c b/src/cl_console.c index a275889..c65f174 100644 --- a/src/cl_console.c +++ b/src/cl_console.c @@ -188,7 +188,7 @@ static void Con_Clear_f( void ) { static void Con_Dump_c( genctx_t *ctx, int argnum ) { if( argnum == 1 ) { - FS_File_g( "condumps", ".txt", 0x80000000, ctx ); + FS_File_g( "condumps", ".txt", FS_SEARCH_STRIPEXT, ctx ); } } |