From 81d46e31787ea7e13767a05a6526c7013f6c564c Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Wed, 27 Aug 2003 12:35:50 +0000 Subject: [PATCH] gah. someone shoot me. I missed another. this is the last one. --- stepmania/src/Model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Model.cpp b/stepmania/src/Model.cpp index 3a9ab69068..1894f431ec 100644 --- a/stepmania/src/Model.cpp +++ b/stepmania/src/Model.cpp @@ -772,7 +772,7 @@ Model::AdvanceFrame (float dt) { if( (m_bRevertToDefaultAnimation) && (m_sDefaultAnimation != "") ) { - this->PlayAnimation( m_sDefaultAnimation, m_fDefaultAnimPlayRate ); + this->PlayAnimation( m_sDefaultAnimation ); m_fCurrFrame = 0.0f; return; }