summaryrefslogtreecommitdiff
path: root/src/strife/hu_stuff.h
diff options
context:
space:
mode:
authorJames Haley2010-09-28 05:52:19 +0000
committerJames Haley2010-09-28 05:52:19 +0000
commit8346759db341c7ac93d62a18577f16357d25752e (patch)
treec10af8576a45cc7e18c2e60964747e552b098e9d /src/strife/hu_stuff.h
parentfba442882b900a4b963f4554b37cc6704a05966a (diff)
downloadchocolate-doom-8346759db341c7ac93d62a18577f16357d25752e.tar.gz
chocolate-doom-8346759db341c7ac93d62a18577f16357d25752e.tar.bz2
chocolate-doom-8346759db341c7ac93d62a18577f16357d25752e.zip
Enable useyfont parameter of M_DialogDimMsg for proper dimensioning of
mission objective text. Fix for implicit declaration warning on HUlib_drawYellowText in m_menu.c. Subversion-branch: /branches/strife-branch Subversion-revision: 2147
Diffstat (limited to 'src/strife/hu_stuff.h')
-rw-r--r--src/strife/hu_stuff.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/strife/hu_stuff.h b/src/strife/hu_stuff.h
index 6986a143..e245a42c 100644
--- a/src/strife/hu_stuff.h
+++ b/src/strife/hu_stuff.h
@@ -27,6 +27,7 @@
#define __HU_STUFF_H__
#include "d_event.h"
+#include "v_patch.h"
//
// Globally visible constants.
@@ -67,5 +68,8 @@ extern char pnameprefixes[8][16]; // villsa [STRIFE]
// haleyjd [STRIFE] externalized:
extern char *mapnames[];
+// [STRIFE]
+extern patch_t* yfont[HU_FONTSIZE]; // haleyjd 09/18/10: [STRIFE]
+
#endif