commit fdfff2b9e72c8a1d3975277cad80b9d3afec032f
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Jun 7 15:15:40 2009 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sun Jun 7 15:15:40 2009 +0000
Remove call to setbuf.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1566
---
src/d_main.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/d_main.c b/src/d_main.c
index 849897fe..29a366a1 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -878,8 +878,7 @@ void D_DoomMain (void)
I_Error("Game mode indeterminate. No IWAD file was found. Try\n"
"specifying one with the '-iwad' command line parameter.\n");
}
-
- setbuf (stdout, NULL);
+
modifiedgame = false;
//!