From 501e609dfc2b401a122a6276226fedaa60de0d11 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 18 Mar 2005 22:36:10 +0000 Subject: [PATCH] allow reset when not in finished --- stepmania/src/Transition.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/Transition.cpp b/stepmania/src/Transition.cpp index ad20d8bcc8..54280efe36 100644 --- a/stepmania/src/Transition.cpp +++ b/stepmania/src/Transition.cpp @@ -68,7 +68,6 @@ void Transition::Update( float fDeltaTime ) void Transition::Reset() { - ASSERT( m_State == finished ); m_State = waiting; }