From f5f05d8e54386e7986cafc161c75d0cb53eb5930 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 8 Apr 2006 01:52:37 +0000 Subject: [PATCH] undo last --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index a259d0dee3..771f4989b5 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -2358,7 +2358,7 @@ void ScreenGameplay::HandleScreenMessage( const ScreenMessage SM ) const bool bStopCourseEarly = STOP_COURSE_EARLY; const bool bIsLastSong = IsLastSong(); - //LOG->Trace( "bAllReallyFailed = %d, bStopCourseEarly = %d, bIsLastSong = %d", bAllReallyFailed, bStopCourseEarly, bIsLastSong ); + LOG->Trace( "bAllReallyFailed = %d, bStopCourseEarly = %d, bIsLastSong = %d", bAllReallyFailed, bStopCourseEarly, bIsLastSong ); if( bStopCourseEarly || bAllReallyFailed || bIsLastSong ) {