I think false was intended here.

This commit is contained in:
Jason Felds
2012-05-21 08:59:57 -04:00
parent f2697f9eb5
commit d624ae5010
+1 -1
View File
@@ -378,7 +378,7 @@ bool BMSSong::GetBackground( RString filename, RString path, RString &bgfile )
// FIXME: garbled file names seem to crash the app.
// this might not be the best place to put this code.
if( !utf8_is_valid(filename) )
return -1;
return false;
RString normalizedFilename = filename;
RString dir = out->GetSongDir();