From 0bf0eb3455a8eb3c840a40d063cd918a46f2dc9e Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 9 Aug 2004 05:44:19 +0000 Subject: [PATCH] Fix warning. --- stepmania/src/ModelTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ModelTypes.cpp b/stepmania/src/ModelTypes.cpp index fd1c4d3aec..1d9e9b896f 100644 --- a/stepmania/src/ModelTypes.cpp +++ b/stepmania/src/ModelTypes.cpp @@ -150,7 +150,7 @@ float AnimatedTexture::GetSecondsIntoAnimation() const for( unsigned i=0; i= m_iCurState ) + if( int(i) >= m_iCurState ) break; fSeconds += ats.fDelaySecs;