From 2fc53809727d66f5bcc1100967745136ce891acb Mon Sep 17 00:00:00 2001
From: Yukita Mayako <catgirl@goddess.moe>
Date: Mon, 22 Feb 2016 03:51:04 -0500
Subject: [PATCH] What happened to debugfile?

---
 src/d_main.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/d_main.c b/src/d_main.c
index 3dc1c69d7e..160249ac7a 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -99,6 +99,9 @@ int	snprintf(char *str, size_t n, const char *fmt, ...);
 #include "lua_script.h"
 #endif
 
+
+FILE *debugfile;
+
 // platform independant focus loss
 UINT8 window_notinfocus = false;
 
-- 
GitLab