Change #PREVIEWBG to #PREVIEWVID and update the changelog
This commit is contained in:
@@ -325,9 +325,9 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
|
||||
out.m_sBackgroundFile = sParams[1];
|
||||
}
|
||||
|
||||
else if( sValueName=="PREVIEWBG" )
|
||||
else if( sValueName=="PREVIEWVID" )
|
||||
{
|
||||
out.m_sPreviewBGFile = sParams[1];
|
||||
out.m_sPreviewVidFile = sParams[1];
|
||||
}
|
||||
|
||||
else if( sValueName=="JACKET" )
|
||||
|
||||
Reference in New Issue
Block a user