View Single Post
Old 12-13-2009, 03:32 AM   #12
sy567
Member
 
Join Date: Dec 2009
Posts: 1
sy567 is a 1 bar user
Reputation: 10

Post rating: Votes: 0 Score: 0rate    
Default

/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() );
sy567 is offline   Reply With Quote