diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index ecbf0200d4..e01f30c8fd 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -195,8 +195,8 @@ void Actor::LoadFromNode( const CString& sDir, const XNode* pNode ) { FOREACH_CONST_Child( pNode, pChild ) { - if( pChild->m_sName == "Input" ) - { + if( pChild->m_sName == "Input" ) + { /* If parameters are specified here, save their values to the actor. */ CString sName; if( !pChild->GetAttrValue( "Name", sName ) )