dewarnify

This commit is contained in:
Jared Roberts
2002-09-17 05:14:31 +00:00
parent 3503c660f2
commit e3deb86654
+1 -1
View File
@@ -99,7 +99,7 @@ void ScreenTextEntry::Input( const DeviceInput& DeviceI, const InputEventType ty
if( INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, DIK_LSHIFT)) ||
INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, DIK_RSHIFT)))
{
c = toupper(c);
c = (char)toupper(c);
}
if( c != '\0' )