Updated ScreenHowToPlay code to include dancer. I know it's a bit rough and too-fast paced right now, but that will all be fixed tonight when I get home and re-commit.
This commit is contained in:
@@ -738,6 +738,13 @@ void Model::PlayAnimation( CString sAniName )
|
||||
m_fCurrFrame = 0;
|
||||
}
|
||||
|
||||
float Model::GetCurFrame() { return m_fCurrFrame; };
|
||||
|
||||
void Model::SetFrame( float fNewFrame )
|
||||
{
|
||||
m_fCurrFrame = fNewFrame;
|
||||
}
|
||||
|
||||
void
|
||||
Model::AdvanceFrame (float dt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user