move XML loading and saving into XmlFileUtil

This commit is contained in:
Glenn Maynard
2006-10-02 05:54:52 +00:00
parent 19e7328d78
commit 7696cef6b0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -774,7 +774,7 @@ void BackgroundImpl::Layer::UpdateCurBGChange( const Song *pSong, float fLastMus
if( iter == m_BGAnimations.end() )
{
XNode *pNode = change.m_def.CreateNode();
LOG->Warn( "Tried to switch to a background that was never loaded\n" + pNode->GetXML() );
LOG->Warn( "Tried to switch to a background that was never loaded\n" + XmlFileUtil::GetXML(pNode) );
SAFE_DELETE( pNode );
return;
}