summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
authorJames Haley2010-09-19 03:39:59 +0000
committerJames Haley2010-09-19 03:39:59 +0000
commit9e82bacdd27648d9494b8d1e13c3c7e7245ece8f (patch)
treed6a4a51cec11c7f8e8706dd2dbb58f29af067e52 /src/strife/d_main.c
parent0c880455f09096938c08fd232bc417c87d388f8a (diff)
downloadchocolate-doom-9e82bacdd27648d9494b8d1e13c3c7e7245ece8f.tar.gz
chocolate-doom-9e82bacdd27648d9494b8d1e13c3c7e7245ece8f.tar.bz2
chocolate-doom-9e82bacdd27648d9494b8d1e13c3c7e7245ece8f.zip
Massive work on the HUD. Multiline messages now work properly and are
wrapped at or near the screen boundary. Subversion-branch: /branches/strife-branch Subversion-revision: 2113
Diffstat (limited to 'src/strife/d_main.c')
-rw-r--r--src/strife/d_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 0555ca56..76eb5112 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -1225,7 +1225,7 @@ static void D_Endoom(void)
// haleyjd 08/28/10: Clip patches to the framebuffer without errors.
// Returns false if V_DrawPatch should return without drawing.
//
-static boolean D_PatchClipCallback(patch_t *patch, int x, int y)
+boolean D_PatchClipCallback(patch_t *patch, int x, int y)
{
// note that offsets were already accounted for in V_DrawPatch
return (x >= 0 && y >= 0