Bring shadowed variables back from the dark side.
Alright Colby, happy now?
This commit is contained in:
@@ -165,7 +165,7 @@ void ScreenBookkeeping::UpdateView()
|
||||
if( iSongIndex < (int)vpSongs.size() )
|
||||
{
|
||||
Song *pSong = vpSongs[iSongIndex];
|
||||
int iCount = pProfile->GetSongNumTimesPlayed( pSong );
|
||||
iCount = pProfile->GetSongNumTimesPlayed( pSong );
|
||||
RString sTitle = ssprintf("%4d",iCount) + " " + pSong->GetDisplayFullTitle();
|
||||
if( sTitle.length() > 22 )
|
||||
sTitle = sTitle.Left(20) + "...";
|
||||
|
||||
Reference in New Issue
Block a user