Fix warning in log on ScreenRanking.

This commit is contained in:
Steve Checkoway
2007-05-31 18:58:26 +00:00
parent bd9dafc7ba
commit d71e313dd2
+6 -1
View File
@@ -796,7 +796,12 @@ PlayerType="Player"
PlayerInitCommand=y,SCREEN_CENTER_Y PlayerInitCommand=y,SCREEN_CENTER_Y
StartGivesUp=true StartGivesUp=true
BackGivesUp=false BackGivesUp=false
<<<<<<< metrics.ini
FailOnMissCombo=30
FailAfter30Misses=false
=======
FailOnMissCombo=-1 FailOnMissCombo=-1
>>>>>>> 1.1491
GivingUpGoesToPrevScreen=false GivingUpGoesToPrevScreen=false
GivingUpGoesToNextScreen=false GivingUpGoesToNextScreen=false
InitialBackgroundBrightness=1 InitialBackgroundBrightness=1
@@ -2840,7 +2845,7 @@ Fallback="ScreenAttract"
NextScreen="ScreenUnlockStatus" NextScreen="ScreenUnlockStatus"
PrevScreen="ScreenHowToPlay" PrevScreen="ScreenHowToPlay"
TimerSeconds=-1 TimerSeconds=-1
StepsTypesToHide="dance-couple,dance-solo,dance-routine,pump-halfdouble;pump-couple" StepsTypesToHide="dance-couple,dance-solo,dance-routine,pump-halfdouble,pump-couple"
Type="Category" Type="Category"
CoursesToShow=GetCoursesToShowRanking() CoursesToShow=GetCoursesToShowRanking()
ShowOnlyMostRecentScores=false ShowOnlyMostRecentScores=false