diff --git a/stepmania/src/LyricsLoader.cpp b/stepmania/src/LyricsLoader.cpp index 14fddc71bd..0f50b2d559 100644 --- a/stepmania/src/LyricsLoader.cpp +++ b/stepmania/src/LyricsLoader.cpp @@ -23,7 +23,7 @@ bool LyricsLoader::LoadFromLRCFile(const CString& sPath, Song& out) { LOG->Trace( "LyricsLoader::LoadFromLRCFile(%s)", sPath.c_str() ); - RageFile input(sPath, "r"); + RageFile input( sPath ); if (!input.IsOpen()) {