Get rid of unused if conditions to make RageLog compile again.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user