summaryrefslogtreecommitdiff
path: root/src/strife/hu_lib.c
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_lib.c
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_lib.c')
-rw-r--r--src/strife/hu_lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/strife/hu_lib.c b/src/strife/hu_lib.c
index dee1dbea..989c921b 100644
--- a/src/strife/hu_lib.c
+++ b/src/strife/hu_lib.c
@@ -44,8 +44,6 @@ extern boolean automapactive; // in AM_map.c
extern boolean D_PatchClipCallback(patch_t *patch, int x, int y); // [STRIFE]
-extern patch_t* yfont[HU_FONTSIZE]; // haleyjd 09/18/10: [STRIFE]
-
//
// HUlib_drawYellowText
//