shithub: choc

Download patch

ref: 28539ec02038862816ce2b461c5e4f650759aa47
parent: 8c31e5e6ed7d6b06e575011dcf6aa771e0763c50
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 12:51:50 EDT 2022

strife: Move chat_on extern declaration to hu_stuff.h

--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -67,6 +67,8 @@
 
 extern boolean message_dontfuckwithme;
 
+extern boolean chat_on;
+
 
 #endif
 
--- 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]
 
 //