small nitpick

This commit is contained in:
AJ Kelly
2011-02-08 02:13:31 -06:00
parent 713b622f26
commit 4b66853e38
+1 -1
View File
@@ -392,7 +392,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
wchar_t c = INPUTMAN->DeviceInputToChar(input.DeviceI,false);
MakeUpper( &c, 1 );
if ( bHoldingCtrl && ( c >= 'A' ) && ( c <= 'Z' ) )
if( bHoldingCtrl && ( c >= 'A' ) && ( c <= 'Z' ) )
{
// Only allow changing the sort order if the wheel is not locked
// and we're not in course mode. -aj