Bring shadowed variables back from the dark side.
Alright Colby, happy now?
This commit is contained in:
@@ -244,7 +244,8 @@ float ScreenRanking::SetPage( const PageToShow &pts )
|
||||
|
||||
for( int l=0; l<NUM_RANKING_LINES; l++ )
|
||||
{
|
||||
StepsType st = pts.aTypes.front().second;
|
||||
// No need to shadow at this point.
|
||||
st = pts.aTypes.front().second;
|
||||
HighScoreList &hsl = PROFILEMAN->GetMachineProfile()->GetCategoryHighScoreList(st, pts.category);
|
||||
HighScore hs;
|
||||
bool bRecentHighScore = false;
|
||||
|
||||
Reference in New Issue
Block a user