From c172e46c4a13c390fa8a76da2e001eb6b68df616 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 15 Feb 2003 00:13:23 +0000 Subject: [PATCH] small fix --- stepmania/src/RageLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }