/trunk/stepmania/src/BeginnerHelper.cpp (Revision 28244)
Line 205:
Code:
m_pDancer[pl]->LoadMilkshapeAsciiBones(" rest", Character->GetRestAnimationPath() );
Should be:
Code:
m_pDancer[pl]->LoadMilkshapeAsciiBones( "rest", Character->GetRestAnimationPath() );