undo last

This commit is contained in:
Chris Danford
2006-04-08 01:52:37 +00:00
parent 7800b50fb6
commit f5f05d8e54
+1 -1
View File
@@ -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 )
{