whoops, fix release compile
This commit is contained in:
@@ -163,7 +163,7 @@ void RageLog::Write( int where, CString str)
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
Flush();
|
Flush();
|
||||||
#else
|
#else
|
||||||
if(where & TO_INFO)
|
if(where & WRITE_TO_INFO)
|
||||||
Flush();
|
Flush();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user