flush when PREFSMAN->m_bDebugMode

This commit is contained in:
Glenn Maynard
2003-07-20 04:38:31 +00:00
parent aae0ef4d82
commit 535ff46e9b
+1 -1
View File
@@ -202,7 +202,7 @@ void RageLog::Write( int where, CString str)
#ifdef DEBUG
Flush();
#else
if(where & WRITE_TO_INFO)
if( (PREFSMAN && PREFSMAN->m_bDebugMode) || (where & WRITE_TO_INFO) )
Flush();
#endif
}