diff --git a/stepmania/src/ActorSound.cpp b/stepmania/src/ActorSound.cpp index 8e95f81b42..a0c44a46de 100644 --- a/stepmania/src/ActorSound.cpp +++ b/stepmania/src/ActorSound.cpp @@ -23,7 +23,7 @@ void ActorSound::LoadFromNode( const CString& sDir, const XNode* pNode ) Actor::LoadFromNode( sDir, pNode ); CString sFile; - if( pNode->GetAttrValue("Path", sFile) ) + if( pNode->GetAttrValue("File", sFile) || pNode->GetAttrValue("Path", sFile) ) /* Path deprecated */ { LuaHelpers::RunAtExpressionS( sFile ); FixSlashesInPlace( sFile );