summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFabian Greffrath2014-03-20 15:57:20 +0100
committerFabian Greffrath2014-03-20 15:57:20 +0100
commit7a50a3cc46e2d2565daf7aa141e170349b712453 (patch)
treef6ea6dc9bb834aab5e6d059b2e1d97ecda2c9354 /src
parent1f950e4b9f68cab3c8c4f8fb97043f8fa4edeb16 (diff)
downloadchocolate-doom-7a50a3cc46e2d2565daf7aa141e170349b712453.tar.gz
chocolate-doom-7a50a3cc46e2d2565daf7aa141e170349b712453.tar.bz2
chocolate-doom-7a50a3cc46e2d2565daf7aa141e170349b712453.zip
Remove superfluous dividers.
Diffstat (limited to 'src')
-rw-r--r--src/doom/d_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doom/d_main.c b/src/doom/d_main.c
index f302f772..e0bd1d26 100644
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -420,12 +420,10 @@ void D_DoomLoop (void)
if (bfgedition &&
(demorecording || (gameaction == ga_playdemo) || netgame))
{
- I_PrintDivider();
printf(" WARNING: You are playing using one of the Doom Classic\n"
" IWAD files shipped with the Doom 3: BFG Edition. These are\n"
" known to be incompatible with the regular IWAD files and\n"
" may cause demos and network games to get out of sync.\n");
- I_PrintDivider();
}
if (demorecording)