diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 80d7d918a3..6885de9f74 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -76,7 +76,7 @@ RageLog::RageLog() RageLog::~RageLog() { Flush(); - FreeConsole(); + HideConsole(); if(m_fileLog) fclose( m_fileLog ); if(m_fileInfo) fclose( m_fileInfo ); }