From d0a3d7ade46d16f2d44c409011ff037b5b6107fe Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 31 Oct 2003 03:53:48 +0000 Subject: [PATCH] fix crash --- stepmania/src/BGAnimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BGAnimation.cpp b/stepmania/src/BGAnimation.cpp index 7de19e0f21..5ac8ce473f 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -213,7 +213,7 @@ float BGAnimation::GetTweenTimeLeft() const { float tot = 0; - for( unsigned i=0; iGetMaxTweenTimeLeft(); return tot;