From 4ea9aa7de7481eb67af3972a9ca5785e938a11f7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 25 Jan 2003 08:10:35 +0000 Subject: [PATCH] oops, had this right the first time --- stepmania/src/ScreenGameplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 40ea535d9c..f0d393e7ab 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -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()