diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 1d856e76ca..ec66bf1ff7 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -101,6 +101,7 @@ RageLog::RageLog() m_bEnabled = true; m_bFlush = false; m_bTimestamping = false; + m_bShowLogOutput = false; // delete old log files remove( LOG_PATH );