diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 73141d4525..d083613718 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -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 }