Radar branch: add Fakes wherever it made sense.

Need to check metrics, then ready to test.
This commit is contained in:
Jason Felds
2011-02-27 22:36:04 -05:00
parent ca83d063f8
commit 86f3bf7e79
9 changed files with 27 additions and 4 deletions
+2
View File
@@ -26,6 +26,7 @@ static const char *PaneCategoryNames[] = {
"Mines",
"Hands",
"Lifts",
"Fakes",
"MachineHighScore",
"MachineHighName",
"ProfileHighScore",
@@ -206,6 +207,7 @@ void PaneDisplay::SetContent( PaneCategory c )
case PaneCategory_Mines: val = rv[RadarCategory_Mines]; break;
case PaneCategory_Hands: val = rv[RadarCategory_Hands]; break;
case PaneCategory_Lifts: val = rv[RadarCategory_Lifts]; break;
case PaneCategory_Fakes: val = rv[RadarCategory_Fakes]; break;
case PaneCategory_ProfileHighScore:
case PaneCategory_MachineHighName: // set val for color
case PaneCategory_MachineHighScore: