diff --git a/stepmania/src/NotesLoaderDWI.cpp b/stepmania/src/NotesLoaderDWI.cpp index 4393f68e14..e4d99119c0 100644 --- a/stepmania/src/NotesLoaderDWI.cpp +++ b/stepmania/src/NotesLoaderDWI.cpp @@ -574,8 +574,9 @@ bool DWILoader::LoadFromDir( const RString &sPath_, Song &out, set &Bla } } else + { // do nothing. We don't care about this value name - ; + } } return true;