aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/common.c')
-rw-r--r--code/qcommon/common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/code/qcommon/common.c b/code/qcommon/common.c
index efb7851..f3a2360 100644
--- a/code/qcommon/common.c
+++ b/code/qcommon/common.c
@@ -51,8 +51,7 @@ char *com_argv[MAX_NUM_ARGVS+1];
jmp_buf abortframe; // an ERR_DROP occured, exit the entire frame
-FILE *debuglogfile;
-static fileHandle_t logfile;
+fileHandle_t logfile;
fileHandle_t com_journalFile; // events are written here
fileHandle_t com_journalDataFile; // config files are written here