ref: 7a50a3cc46e2d2565daf7aa141e170349b712453
parent: 1f950e4b9f68cab3c8c4f8fb97043f8fa4edeb16
author: Fabian Greffrath <fabian@greffrath.com>
date: Thu Mar 20 11:57:20 EDT 2014
Remove superfluous dividers.
--- a/src/doom/d_main.c
+++ b/src/doom/d_main.c
@@ -420,12 +420,10 @@
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)