slight style cleanup

This commit is contained in:
AJ Kelly
2011-01-09 00:34:16 -06:00
parent 4e0e4a98eb
commit 985edeaa6b
-2
View File
@@ -238,9 +238,7 @@ bool msAnimation::LoadMilkshapeAsciiBones( RString sAniName, RString sPath )
if (!strncmp (sLine, "//", 2))
continue;
//
// bones
//
int nNumBones = 0;
if( sscanf (sLine, "Bones: %d", &nNumBones) != 1 )
continue;