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();