dewarnify
This commit is contained in:
@@ -99,7 +99,7 @@ void ScreenTextEntry::Input( const DeviceInput& DeviceI, const InputEventType ty
|
|||||||
if( INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, DIK_LSHIFT)) ||
|
if( INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, DIK_LSHIFT)) ||
|
||||||
INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, DIK_RSHIFT)))
|
INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD, DIK_RSHIFT)))
|
||||||
{
|
{
|
||||||
c = toupper(c);
|
c = (char)toupper(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
if( c != '\0' )
|
if( c != '\0' )
|
||||||
|
|||||||
Reference in New Issue
Block a user