Don't fill in new Profiles with a hard-coded "NoName". Let ScreenSystemLayer fill in blank name from metrics.

This commit is contained in:
Chris Danford
2005-03-26 22:18:28 +00:00
parent ff1d0fd0f0
commit e6f37dbee8
3 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ private:
bool m_bWasLoadedFromMemoryCard[NUM_PLAYERS];
bool m_bLastLoadWasTamperedOrCorrupt[NUM_PLAYERS]; // true if Stats.xml was present, but failed to load (probably because of a signature failure)
bool m_bLastLoadWasFromLastGood[NUM_PLAYERS];
bool m_bLastLoadWasFromLastGood[NUM_PLAYERS]; // if true, then m_bLastLoadWasTamperedOrCorrupt is also true
// actual loaded profile data
Profile m_Profile[NUM_PLAYERS];