attempt at trying to get XB360 to work
This commit is contained in:
@@ -1105,6 +1105,7 @@ void CScene_Leaderboards::CopyLeaderboardEntry(PXUSER_STATS_ROW statsRow, Leader
|
||||
}
|
||||
|
||||
//Is the player
|
||||
#ifndef _DISABLE_XBLIVE
|
||||
if( statsRow->xuid == ((XboxLeaderboardManager*)LeaderboardManager::Instance())->GetMyXUID() )
|
||||
{
|
||||
leaderboardEntry->m_bPlayer = true;
|
||||
@@ -1143,6 +1144,7 @@ void CScene_Leaderboards::CopyLeaderboardEntry(PXUSER_STATS_ROW statsRow, Leader
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void CScene_Leaderboards::SetLeaderboardHeader()
|
||||
|
||||
Reference in New Issue
Block a user