commit 28539ec02038862816ce2b461c5e4f650759aa47
Author: Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 16:51:50 2022 +0300
Commit: Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300
strife: Move chat_on extern declaration to hu_stuff.h
---
src/strife/hu_stuff.h | 2 ++
src/strife/m_menu.c | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/strife/hu_stuff.h b/src/strife/hu_stuff.h
index 14948162..1ebe48ce 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -67,6 +67,8 @@ extern patch_t *hu_font[HU_FONTSIZE];
extern boolean message_dontfuckwithme;
+extern boolean chat_on;
+
#endif
diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index d0ad5c8b..ccf1c2e5 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -65,7 +65,6 @@
extern void M_QuitStrife(int);
-extern boolean chat_on; // in heads-up code
extern boolean sendsave; // [STRIFE]
//