update use of old function
This commit is contained in:
@@ -45,7 +45,7 @@ CString InputHandler::GetDeviceSpecificInputString( const DeviceInput &di )
|
|||||||
char c = di.ToChar();
|
char c = di.ToChar();
|
||||||
if( c )
|
if( c )
|
||||||
return ssprintf( "Key %c", c );
|
return ssprintf( "Key %c", c );
|
||||||
return DeviceButtonToString( di.device, di.button );
|
return DeviceButtonToString( di.button );
|
||||||
}
|
}
|
||||||
|
|
||||||
return di.ToString();
|
return di.ToString();
|
||||||
|
|||||||
Reference in New Issue
Block a user