This commit is contained in:
Glenn Maynard
2006-08-31 18:48:44 +00:00
parent 4f54909b25
commit 62201740fa
+1 -2
View File
@@ -123,8 +123,6 @@ struct msBone
struct msAnimation struct msAnimation
{ {
vector<msBone> Bones;
int FindBoneByName( const RString &sName ) const int FindBoneByName( const RString &sName ) const
{ {
for( unsigned i=0; i<Bones.size(); i++ ) for( unsigned i=0; i<Bones.size(); i++ )
@@ -135,6 +133,7 @@ struct msAnimation
bool LoadMilkshapeAsciiBones( RString sAniName, RString sPath ); bool LoadMilkshapeAsciiBones( RString sAniName, RString sPath );
vector<msBone> Bones;
int nTotalFrames; int nTotalFrames;
}; };