diff options
author | Simon Howard | 2009-06-07 15:15:40 +0000 |
---|---|---|
committer | Simon Howard | 2009-06-07 15:15:40 +0000 |
commit | fdfff2b9e72c8a1d3975277cad80b9d3afec032f (patch) | |
tree | 898b7cff160bee2abd2344b7a2a91b10b1e5fa66 /src | |
parent | 7b7076a20c7042b2f71c82317bfbc48e8854dd32 (diff) | |
download | chocolate-doom-fdfff2b9e72c8a1d3975277cad80b9d3afec032f.tar.gz chocolate-doom-fdfff2b9e72c8a1d3975277cad80b9d3afec032f.tar.bz2 chocolate-doom-fdfff2b9e72c8a1d3975277cad80b9d3afec032f.zip |
Remove call to setbuf.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1566
Diffstat (limited to 'src')
-rw-r--r-- | src/d_main.c | 3 |
1 files changed, 1 insertions, 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; //! |