foxygit / doom Log in
commit 7a50a3cc46e2d2565daf7aa141e170349b712453
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Thu Mar 20 15:57:20 2014 +0100
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Thu Mar 20 15:57:20 2014 +0100

    Remove superfluous dividers.
---
 src/doom/d_main.c | 2 --
 1 file changed, 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)