Fix the blinking characters in the BeginnerHelper.

(why was this return here? we need to set up the first frame after reverting to the default animation.)
remove m_sMostRecentAnimation, as it is not needed at all.
This commit is contained in:
Thad Ward
2003-08-31 11:47:05 +00:00
parent dd2a9d6f07
commit ea458a443d
2 changed files with 1 additions and 9 deletions
-1
View File
@@ -79,7 +79,6 @@ private:
CString m_sDefaultAnimation;
float m_fDefaultAnimationRate;
float m_fCurAnimationRate;
CString m_sMostRecentAnimation;
};