Change #PREVIEWBG to #PREVIEWVID and update the changelog

This commit is contained in:
Marcio Barrientos
2012-01-11 14:21:55 -06:00
parent da84ef04ad
commit 11a02660be
7 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ bool SMALoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
out.m_sBackgroundFile = sParams[1];
else if( sValueName=="PREVIEW" )
out.m_sPreviewBGFile = sParams[1];
out.m_sPreviewVidFile = sParams[1];
// Save "#LYRICS" for later, so we can add an internal lyrics tag.
else if( sValueName=="LYRICSPATH" )