From fc622382dd80f88aa1de9c9936d1edaee1ceda89 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 26 Jun 2004 22:13:50 +0000 Subject: [PATCH] fix case sensitivity in speed mod names --- stepmania/src/PlayerOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PlayerOptions.cpp b/stepmania/src/PlayerOptions.cpp index 2faf420c3a..ef79e1d5ad 100644 --- a/stepmania/src/PlayerOptions.cpp +++ b/stepmania/src/PlayerOptions.cpp @@ -88,7 +88,7 @@ CString PlayerOptions::GetString() const s.erase(s.GetLength()-2); // delete last 2 chars } } - sReturn += s + "X, "; + sReturn += s + "x, "; } } else