no popping of scores on wheel

This commit is contained in:
Chris Danford
2005-04-29 06:16:51 +00:00
parent 2dbd97b044
commit 64dbc29fb0
3 changed files with 8 additions and 4 deletions
+3 -2
View File
@@ -103,11 +103,12 @@ void HighScoreWheel::Load( const HighScoreList& hsl, int iIndexToFocus )
ActorScroller::Load(
0.2f, // fSecondsPerItem
8, // fNumItemsToDraw
9, // fNumItemsToDraw
RageVector3(18,0,0), // vRotationDegrees
RageVector3(0,0,90), // vTranslateTerm0
RageVector3(0,0,0), // vTranslateTerm1
RageVector3(0,0,0) // vTranslateTerm2
RageVector3(0,0,0), // vTranslateTerm2
true
);
Scroll();
}