fix TweenOffScreen animation for GrooveRadar, MusicWheel

This commit is contained in:
Chris Danford
2003-04-03 22:34:22 +00:00
parent a798cc954c
commit cf8f069abd
6 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ void ScreenPlayerOptions::ImportOptions()
m_iSelectedOption[p][PO_HOLD_NOTES] = po.m_bHoldNotes ? 1 : 0;
m_iSelectedOption[p][PO_DARK] = po.m_fDark==1 ? 1 : 0;
m_iSelectedOption[p][PO_PERSPECTIVE]= SCALE( (int)po.m_fPerspectiveTilt, -1, +1, 0, 2 );
m_iSelectedOption[p][PO_PERSPECTIVE]= (int)po.m_fPerspectiveTilt + 1;
po.Init();