Reduce momentory_rot_button's return speed.

This commit is contained in:
Night Owl 2018-08-30 02:43:07 +05:00
parent 48c2809856
commit bb9c9bd997
1 changed files with 2 additions and 0 deletions

View File

@ -1021,6 +1021,8 @@ void CMomentaryRotButton::KeyValue( KeyValueData *pkvd )
if( FStrEq( pkvd->szKeyName, "returnspeed" ) )
{
m_returnSpeed = atof( pkvd->szValue );
if( m_returnSpeed > 45.0f )
m_returnSpeed = 45.0f;
pkvd->fHandled = TRUE;
}
else if( FStrEq( pkvd->szKeyName, "sounds" ) )