not safe to query sound while it's playing

This commit is contained in:
Glenn Maynard
2003-01-25 09:02:46 +00:00
parent a88f7688b7
commit d4d8bea8bb
+1 -2
View File
@@ -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? "^^^^^^":""
));