foxygit / doom Log in
commit 8c31e5e6ed7d6b06e575011dcf6aa771e0763c50
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Sep 17 16:48:26 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Wed Sep 28 11:13:50 2022 +0300

    strife: Move message_dontfuckwithme 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 784aa46e..14948162 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -65,6 +65,8 @@ extern const char *mapnames[];
 extern patch_t* yfont[HU_FONTSIZE];   // haleyjd 09/18/10: [STRIFE]
 extern patch_t *hu_font[HU_FONTSIZE];

+extern boolean message_dontfuckwithme;
+

 #endif

diff --git a/src/strife/m_menu.c b/src/strife/m_menu.c
index b2c7f98a..d0ad5c8b 100644
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -64,7 +64,6 @@

 extern void M_QuitStrife(int);

-extern boolean          message_dontfuckwithme;

 extern boolean          chat_on;        // in heads-up code
 extern boolean          sendsave;       // [STRIFE]