From 3f2fe9eb4cca64089ac02795af9548e569ab96f4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 18 Feb 2003 06:13:31 +0000 Subject: [PATCH] whoops, fix release compile --- stepmania/src/RageLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }