This commit is contained in:
Glenn Maynard
2004-09-06 04:49:17 +00:00
parent eb2855f27a
commit 99acbebc14
+1 -2
View File
@@ -140,13 +140,12 @@ void ScreenTextEntry::Input( const DeviceInput& DeviceI, const InputEventType ty
case ']': c='}'; break;
case '\\': c='|'; break;
case ';': c=':'; break;
case '\'': c='"'; break;
case ',': c='<'; break;
case '.': c='>'; break;
case '/': c='?'; break;
}
}
if ( !bHoldingShift && (c == '\"') )
c = '\'';
if( c >= ' ' )
{