summaryrefslogtreecommitdiff
path: root/src/heretic/in_lude.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/heretic/in_lude.c')
-rw-r--r--src/heretic/in_lude.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/heretic/in_lude.c b/src/heretic/in_lude.c
index 21a37ca7..f0899abb 100644
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -896,12 +896,12 @@ void IN_DrawDMStats(void)
}
else
{
- V_DrawFuzzPatch(40, ypos,
- W_CacheLumpNum(patchFaceOkayBase + i,
- PU_CACHE));
- V_DrawFuzzPatch(xpos, 18,
- W_CacheLumpNum(patchFaceDeadBase + i,
- PU_CACHE));
+ V_DrawTLPatch(40, ypos,
+ W_CacheLumpNum(patchFaceOkayBase + i,
+ PU_CACHE));
+ V_DrawTLPatch(xpos, 18,
+ W_CacheLumpNum(patchFaceDeadBase + i,
+ PU_CACHE));
}
kpos = 86;
for (j = 0; j < MAXPLAYERS; j++)