From 2f96c0c81232c5c6e2874fc3f9765932c0cd5baa Mon Sep 17 00:00:00 2001 From: Kevin Slaughter Date: Sat, 8 Mar 2003 08:05:47 +0000 Subject: [PATCH] Accidently commited bad Lyric support coding. Re-commiting this so you do not see a timer on stage, that I made for debugging this.. Sorry! :) --- 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 d501034cd6..00b3824af5 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -402,7 +402,7 @@ ScreenGameplay::ScreenGameplay( bool bDemonstration ) m_textDebug.SetXY( DEBUG_X, DEBUG_Y ); m_textDebug.SetDiffuse( RageColor(1,1,1,1) ); this->AddChild( &m_textDebug ); - this->AddChild( &m_textLyrics ); + //this->AddChild( &m_textLyrics ); -- THIS IS NOT DONE YET!! (Miryokuteki) for( int s=0; s