Don't lowercase the value (screen names are case-sensitive).

This commit is contained in:
Glenn Maynard
2003-09-28 02:54:26 +00:00
parent 766679514e
commit 99f45cca95
+1 -1
View File
@@ -104,7 +104,7 @@ void ModeChoice::Load( int iIndex, CString sChoice )
CString sValue = join( ",", asBits );
sName.MakeLower();
sValue.MakeLower();
// sValue.MakeLower();
if( sName == "game" )
{