blank by default

This commit is contained in:
Glenn Maynard
2007-04-07 23:43:10 +00:00
parent ae2d2f7f88
commit 7f454cb8af
+1 -1
View File
@@ -124,7 +124,7 @@ void PaneDisplay::LoadFromNode( const XNode *pNode )
void PaneDisplay::SetContent( PaneContents c )
{
RString str = "?"; // fill this in
RString str = ""; // fill this in
float val = 0; // fill this in
const Song *pSong = GAMESTATE->m_pCurSong;