another spaces->tabs thing but idk who did this so *shrug*
This commit is contained in:
+2
-2
@@ -601,7 +601,7 @@ void Song::TidyUpData( bool fromCache, bool duringCache )
|
|||||||
{
|
{
|
||||||
/* If a nonexistant banner file is specified, and we can't find a
|
/* If a nonexistant banner file is specified, and we can't find a
|
||||||
* replacement, don't wipe out the old value. */
|
* replacement, don't wipe out the old value. */
|
||||||
// m_sBannerFile = "";
|
//m_sBannerFile = "";
|
||||||
|
|
||||||
// find an image with "banner" in the file name
|
// find an image with "banner" in the file name
|
||||||
vector<RString> arrayPossibleBanners;
|
vector<RString> arrayPossibleBanners;
|
||||||
@@ -617,7 +617,7 @@ void Song::TidyUpData( bool fromCache, bool duringCache )
|
|||||||
|
|
||||||
if( !HasBackground() )
|
if( !HasBackground() )
|
||||||
{
|
{
|
||||||
// m_sBackgroundFile = "";
|
//m_sBackgroundFile = "";
|
||||||
|
|
||||||
// find an image with "bg" or "background" in the file name
|
// find an image with "bg" or "background" in the file name
|
||||||
vector<RString> arrayPossibleBGs;
|
vector<RString> arrayPossibleBGs;
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ static bool g_bIsMultipleInstance = false;
|
|||||||
void InvalidParameterHandler( const wchar_t *szExpression, const wchar_t *szFunction, const wchar_t *szFile,
|
void InvalidParameterHandler( const wchar_t *szExpression, const wchar_t *szFunction, const wchar_t *szFile,
|
||||||
unsigned int iLine, uintptr_t pReserved )
|
unsigned int iLine, uintptr_t pReserved )
|
||||||
{
|
{
|
||||||
FAIL_M( "Invalid parameter" ); //TODO: Make this more informative
|
FAIL_M( "Invalid parameter" ); //TODO: Make this more informative
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user