scripting support in BGAnimations

This commit is contained in:
Chris Danford
2003-03-05 02:52:40 +00:00
parent a448d15bd8
commit d34102b717
11 changed files with 573 additions and 315 deletions
-1
View File
@@ -31,7 +31,6 @@ Sprite::Sprite()
m_bDrawIfTextureNull = false;
m_iNumStates = 0;
m_iCurState = 0;
m_bIsAnimating = true;
m_fSecsIntoState = 0.0;
m_bUsingCustomTexCoords = false;
}