From 7f454cb8af37102c694499bddcdf50e259eb3444 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Apr 2007 23:43:10 +0000 Subject: [PATCH] blank by default --- stepmania/src/PaneDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 0bdafb9e4b..9a22753dfb 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -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;