From 44ecb31171d11b7d5ef1831ce069e987577242c7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 27 May 2003 00:49:05 +0000 Subject: [PATCH] save mapped logs to log.txt once --- stepmania/src/RageLog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 32003118d2..2c59813f5c 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -114,6 +114,7 @@ RageLog::~RageLog() for(map::const_iterator i = LogMaps.begin(); i != LogMaps.end(); ++i) str += ssprintf("%s\n", i->second.c_str()); fprintf( m_fileInfo, "%s", str.c_str() ); + fprintf( m_fileLog, "\nStatics:\n%s", str.c_str() ); Flush(); HideConsole();