oops, had this right the first time

This commit is contained in:
Glenn Maynard
2003-01-25 08:10:35 +00:00
parent d8a0f09682
commit 4ea9aa7de7
+1 -1
View File
@@ -629,7 +629,7 @@ float ScreenGameplay::StartPlayingSong(float MinTimeToStart)
m_soundMusic.StartPlaying();
/* Return the amount of time until the first beat. */
return fFirstSecond + fStartSecond;
return fFirstSecond - fStartSecond;
}
bool ScreenGameplay::OneIsHot()