remove fast repeat rate. It's the same as the slow rate, and nothing uses it. (IET_FAST_REPEAT kept for now, since some code uses it.)

This commit is contained in:
Glenn Maynard
2005-09-22 23:22:18 +00:00
parent 30c23a8129
commit ee9fd1ecc2
3 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -638,7 +638,7 @@ void ScreenOptions::HandleScreenMessage( const ScreenMessage SM )
}
else if( SM == SM_GainFocus )
{
INPUTFILTER->SetRepeatRate( 0.25f, 12, 0.25f, 12 );
INPUTFILTER->SetRepeatRate( 0.25f, 0.25f, 12 );
}
else if( SM == SM_LoseFocus )
{