mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2025-05-31 00:41:30 +00:00
preliminary zlib patch
This commit is contained in:
parent
78ff46bd75
commit
7b3a0f0cb8
42 changed files with 830 additions and 335 deletions
|
@ -3440,7 +3440,7 @@ void GLimp_EnableLogging( qboolean enable )
|
|||
asctime( newtime );
|
||||
|
||||
Com_sprintf( buffer, sizeof(buffer), "%s/gl.log", ri.FS_Gamedir() );
|
||||
glw_state.log_fp = fopen( buffer, "wt" );
|
||||
glw_state.log_fp = Qopen( buffer, "wt" );
|
||||
|
||||
fprintf( glw_state.log_fp, "%s\n", asctime( newtime ) );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue