whoops, fix release compile

This commit is contained in:
Glenn Maynard
2003-02-18 06:13:31 +00:00
parent e97e15d6b7
commit 3f2fe9eb4c
+1 -1
View File
@@ -163,7 +163,7 @@ void RageLog::Write( int where, CString str)
#ifdef DEBUG
Flush();
#else
if(where & TO_INFO)
if(where & WRITE_TO_INFO)
Flush();
#endif
}