add scripting support to ScreenSelectMusic and ScreenEvaluation

This commit is contained in:
Chris Danford
2003-03-24 21:37:13 +00:00
parent b27b2a1fb9
commit a9f187c3de
19 changed files with 954 additions and 814 deletions
+2 -1
View File
@@ -1173,7 +1173,8 @@ void MusicWheel::Move(int n)
{
if(n)
{
m_fLockedWheelVelocity = LOCKED_INITIAL_VELOCITY;
int iSign = n/abs(n);
m_fLockedWheelVelocity = iSign*LOCKED_INITIAL_VELOCITY;
m_soundLocked.Play();
}
return;