gah. someone shoot me. I missed another. this is the last one.

This commit is contained in:
Thad Ward
2003-08-27 12:35:50 +00:00
parent 34b602d688
commit 81d46e3178
+1 -1
View File
@@ -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;
}