From d4d8bea8bbc86602b2501bd9755ace29816bee82 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 25 Jan 2003 09:02:46 +0000 Subject: [PATCH] not safe to query sound while it's playing --- stepmania/src/ScreenTestSound.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/ScreenTestSound.cpp b/stepmania/src/ScreenTestSound.cpp index ae0f1f2391..84c79b4e54 100644 --- a/stepmania/src/ScreenTestSound.cpp +++ b/stepmania/src/ScreenTestSound.cpp @@ -89,7 +89,7 @@ void ScreenTestSound::UpdateText(int n) "%i: %s\n" "%s\n" "%s\n" - "(%s) of %.3f\n" + "(%s)\n" "%s\n" "%s", n+1, fn.GetString(), @@ -100,7 +100,6 @@ void ScreenTestSound::UpdateText(int n) "Continue until stopped": "Loop", pos.size()? pos.GetString(): "none playing", - s[n].s.GetLengthSeconds(), s[n].s.IsStreaming()? "Streaming":"Preloaded", selected == n? "^^^^^^":"" ));