shithub: choc

Download patch

ref: 144441ba142529b7ec5126398d8937a100a8f986
parent: 341ddbb109b2650cf56801cdfd8a4c4aec729e58
author: Turo Lamminen <turol@iki.fi>
date: Sat Sep 17 12:47:28 EDT 2022

strife: Move hu_font extern declaration to hu_stuff.h

--- a/src/strife/f_finale.c
+++ b/src/strife/f_finale.c
@@ -518,7 +518,6 @@
 // haleyjd 09/13/10: Not present in Strife: Cast drawing functions
 
 #include "hu_stuff.h"
-extern	patch_t *hu_font[HU_FONTSIZE];
 
 /*
 //
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -63,6 +63,8 @@
 
 // [STRIFE]
 extern patch_t* yfont[HU_FONTSIZE];   // haleyjd 09/18/10: [STRIFE]
+extern patch_t *hu_font[HU_FONTSIZE];
+
 
 #endif
 
--- a/src/strife/m_menu.c
+++ b/src/strife/m_menu.c
@@ -64,7 +64,6 @@
 
 extern void M_QuitStrife(int);
 
-extern patch_t*         hu_font[HU_FONTSIZE];
 extern boolean          message_dontfuckwithme;
 
 extern boolean          chat_on;        // in heads-up code