More fixes for the FS_Shutdown change. Declare qconsole.log as closed before FS_Shutdown
closes all files.
This commit is contained in:
parent
fbfc886b22
commit
39d050b748
3 changed files with 5 additions and 2 deletions
|
@ -776,6 +776,7 @@ extern int com_frameMsec;
|
|||
|
||||
extern qboolean com_errorEntered;
|
||||
|
||||
extern fileHandle_t logfile;
|
||||
extern fileHandle_t com_journalFile;
|
||||
extern fileHandle_t com_journalDataFile;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue