save mapped logs to log.txt once

This commit is contained in:
Glenn Maynard
2003-05-27 00:49:05 +00:00
parent 2e96c4785e
commit 44ecb31171
+1
View File
@@ -114,6 +114,7 @@ RageLog::~RageLog()
for(map<CString, CString>::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();