[Steps] Fix a bug where e.g. ".SM" ".DWI" ".Sm" ".sM" files wouldn't properly load since the code was expecting lowercase.

This commit is contained in:
AJ Kelly
2011-10-12 18:51:36 -05:00
parent b49843debb
commit 3484470e9f
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -8,6 +8,11 @@ ________________________________________________________________________________
StepMania 5.0 $next | 2011xxxx
--------------------------------------------------------------------------------
2011/10/12
----------
* [Steps] Fix a bug where e.g. ".SM" ".DWI" ".Sm" ".sM" files
wouldn't properly load since the code was expecting lowercase. [AJ]
2011/10/10
----------
* [NotesLoaderBMS] Add the time signature segments. [theDtTvB]