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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/heretic/in_lude.c b/src/heretic/in_lude.c
index c64bd55b..38c84631 100644
--- a/src/heretic/in_lude.c
+++ b/src/heretic/in_lude.c
@@ -734,7 +734,7 @@ void IN_DrawSingleStats(void)
sounds++;
}
- if (!ExtendedWAD || gameepisode < 4)
+ if (gamemode != retail || gameepisode <= 3)
{
IN_DrTextB("TIME", 85, 160);
IN_DrawTime(155, 160, hours, minutes, seconds);