FOREACH_InputDevice

This commit is contained in:
Glenn Maynard
2006-09-26 21:04:43 +00:00
parent cf5dba03a4
commit eb618a8160
+1 -1
View File
@@ -89,7 +89,7 @@ InputFilter::~InputFilter()
void InputFilter::Reset()
{
for( int i=0; i<NUM_INPUT_DEVICES; i++ )
FOREACH_InputDevice( i )
ResetDevice( InputDevice(i) );
}