From 8346759db341c7ac93d62a18577f16357d25752e Mon Sep 17 00:00:00 2001 From: James Haley Date: Tue, 28 Sep 2010 05:52:19 +0000 Subject: 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 --- src/strife/st_stuff.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/strife/st_stuff.c') diff --git a/src/strife/st_stuff.c b/src/strife/st_stuff.c index f8f92d67..57b099ef 100644 --- a/src/strife/st_stuff.c +++ b/src/strife/st_stuff.c @@ -69,6 +69,8 @@ #include "dstrings.h" #include "sounds.h" #include "m_controls.h" +#include "hu_lib.h" // [STRIFE] +#include "hu_stuff.h" // // STATUS BAR DATA @@ -1254,7 +1256,7 @@ boolean ST_DrawExternal(void) { V_DrawXlaPatch(0, 56, invpbak2); V_DrawPatchDirect(0, 56, invpop2); - M_DialogDimMsg(24, 74, mission_objective, 1); + M_DialogDimMsg(24, 74, mission_objective, true); HUlib_drawYellowText(24, 74, mission_objective); ST_drawTime(210, 64, leveltime / TICRATE); } -- cgit v1.2.3