Fix: " and ' from modified stepmania code.

This commit is contained in:
Charles Lohr
2004-09-09 22:42:54 +00:00
parent e95bcc42f2
commit 50d6615193
+1 -2
View File
@@ -297,6 +297,7 @@ void ScreenNetSelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy
case '=': c='+'; break;
case '[': c='{'; break;
case ']': c='}'; break;
case '\'': c='"'; break;
case '\\': c='|'; break;
case ';': c=':'; break;
case ',': c='<'; break;
@@ -304,8 +305,6 @@ void ScreenNetSelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy
case '/': c='?'; break;
}
}
if ( !bHoldingShift && (c == '\"') )
c = '\'';
//Search list for given letter (to aide in searching)
if( bHoldingCtrl )