Get rid of unused if conditions to make RageLog compile again.

This commit is contained in:
Sean Burke
2003-07-22 08:08:13 +00:00
parent fe0cba9f78
commit 910634efca
-4
View File
@@ -200,12 +200,8 @@ void RageLog::Write( int where, CString str)
printf("%s\n", str.c_str() );
//#ifdef DEBUG
Flush();
#else
if( (PREFSMAN && PREFSMAN->m_bDebugMode) || (where & WRITE_TO_INFO) )
Flush();
#endif
}
void RageLog::Flush()