From 134c28804f8d0cdc2346d8a89c069e09f8809677 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 10 Jun 2009 20:45:22 +0000 Subject: Remove setbuf() call from Heretic/Hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1588 --- src/heretic/d_main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/heretic/d_main.c') diff --git a/src/heretic/d_main.c b/src/heretic/d_main.c index cca440ce..d501c496 100644 --- a/src/heretic/d_main.c +++ b/src/heretic/d_main.c @@ -801,7 +801,6 @@ void D_DoomMain(void) I_AtExit(D_Endoom, false); M_FindResponseFile(); - setbuf(stdout, NULL); nomonsters = M_CheckParm("-nomonsters"); respawnparm = M_CheckParm("-respawn"); ravpic = M_CheckParm("-ravpic"); -- cgit v1.2.3