shithub: choc

Download patch

ref: 8c31e5e6ed7d6b06e575011dcf6aa771e0763c50
parent: 144441ba142529b7ec5126398d8937a100a8f986
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 12:48:26 EDT 2022

strife: Move message_dontfuckwithme extern declaration to hu_stuff.h

--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -65,6 +65,8 @@
 extern patch_t* yfont[HU_FONTSIZE];   // haleyjd 09/18/10: [STRIFE]
 extern patch_t *hu_font[HU_FONTSIZE];
 
+extern boolean message_dontfuckwithme;
+
 
 #endif
 
--- 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]