fix missing metrics

This commit is contained in:
Chris Danford
2004-04-25 09:34:32 +00:00
parent c7b7843ea0
commit d33c5c369d
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -4316,13 +4316,13 @@ ShowPlayModeOni=1
ShowPlayModeEndless=1 ShowPlayModeEndless=1
ShowPlayModeBattle=1 ShowPlayModeBattle=1
ShowPlayModeRave=1 ShowPlayModeRave=1
ShowRadarRadarCategoryStream=1 ShowRadarCategoryStream=1
ShowRadarRadarCategoryVoltage=1 ShowRadarCategoryVoltage=1
ShowRadarRadarCategoryAir=1 ShowRadarCategoryAir=1
ShowRadarRadarCategoryFreeze=1 ShowRadarCategoryFreeze=1
ShowRadarRadarCategoryChaos=1 ShowRadarCategoryChaos=1
ShowRadarRadarCategoryTaps=1 ShowRadarCategoryTaps=1
ShowRadarRadarCategoryJumps=1 ShowRadarCategoryJumps=1
ShowRadarRadarCategoryHolds=1 ShowRadarCategoryHolds=1
ShowRadarRadarCategoryMines=1 ShowRadarCategoryMines=1
ShowRadarRadarCategoryHands=1 ShowRadarCategoryHands=1
+1 -1
View File
@@ -37,7 +37,7 @@ const CString STYLE_CSS = "Style.css";
#define FOOTER THEME->GetMetric("ProfileHtml","Footer") #define FOOTER THEME->GetMetric("ProfileHtml","Footer")
#define VERIFICATION_TEXT THEME->GetMetric("ProfileHtml","VerificationText") #define VERIFICATION_TEXT THEME->GetMetric("ProfileHtml","VerificationText")
#define SHOW_PLAY_MODE(pm) THEME->GetMetric("ProfileHtml","ShowPlayMode"+PlayModeToString(pm)) #define SHOW_PLAY_MODE(pm) THEME->GetMetric("ProfileHtml","ShowPlayMode"+PlayModeToString(pm))
#define SHOW_RADAR_CATEGORY(rc) THEME->GetMetric("ProfileHtml","ShowCategory"+RadarCategoryToString(rc)) #define SHOW_RADAR_CATEGORY(rc) THEME->GetMetric("ProfileHtml","ShowRadarCategory"+RadarCategoryToString(rc))
static int g_Level = 1; static int g_Level = 1;