Don't lowercase the value (screen names are case-sensitive).
This commit is contained in:
@@ -104,7 +104,7 @@ void ModeChoice::Load( int iIndex, CString sChoice )
|
|||||||
CString sValue = join( ",", asBits );
|
CString sValue = join( ",", asBits );
|
||||||
|
|
||||||
sName.MakeLower();
|
sName.MakeLower();
|
||||||
sValue.MakeLower();
|
// sValue.MakeLower();
|
||||||
|
|
||||||
if( sName == "game" )
|
if( sName == "game" )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user