show di->level
This commit is contained in:
@@ -53,6 +53,10 @@ class InputList: public BitmapText
|
|||||||
|
|
||||||
RString sTemp;
|
RString sTemp;
|
||||||
sTemp += INPUTMAN->GetDeviceSpecificInputString(*di);
|
sTemp += INPUTMAN->GetDeviceSpecificInputString(*di);
|
||||||
|
if( di->level == 1.0f )
|
||||||
|
sTemp += ssprintf(" - 1 " );
|
||||||
|
else
|
||||||
|
sTemp += ssprintf(" - %.3f ", di->level );
|
||||||
|
|
||||||
GameInput gi;
|
GameInput gi;
|
||||||
if( INPUTMAPPER->DeviceToGame(*di,gi) )
|
if( INPUTMAPPER->DeviceToGame(*di,gi) )
|
||||||
|
|||||||
Reference in New Issue
Block a user