s/_DEBUG/DEBUG/

This commit is contained in:
Glenn Maynard
2003-02-15 05:15:24 +00:00
parent aaf2172a97
commit 6b8395335d
10 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -87,7 +87,7 @@ MusicBannerWheel::MusicBannerWheel()
LoadSongData();
#ifdef _DEBUG
#ifdef DEBUG
m_debugtext.LoadFromFont( THEME->GetPathTo("Fonts","small titles") );
m_debugtext.SetXY( 0, -120 );
this->AddChild(&m_debugtext);
@@ -312,7 +312,7 @@ void MusicBannerWheel::BannersLeft()
// m_ScrollingList.Unload();
// LoadSongData();
InsertNewBanner(GOINGLEFT);
#ifdef _DEBUG
#ifdef DEBUG
m_debugtext.SetText(ssprintf("currentPos: %d scrlistPos: %d",currentPos,scrlistPos));
#endif
m_ScrollingList.Left();
@@ -336,7 +336,7 @@ void MusicBannerWheel::BannersRight()
// m_ScrollingList.Unload();
// LoadSongData();
InsertNewBanner(GOINGRIGHT);
#ifdef _DEBUG
#ifdef DEBUG
m_debugtext.SetText(ssprintf("currentPos: %d scrlistPos: %d",currentPos,scrlistPos));
#endif
m_ScrollingList.Right();