remove GetNumDeviceButtons

This commit is contained in:
Glenn Maynard
2005-12-28 09:48:32 +00:00
parent 2d1ad839fa
commit 841bbf4c1f
4 changed files with 3 additions and 10 deletions
+1 -1
View File
@@ -625,7 +625,7 @@ void InputMapper::UpdateTempDItoGI()
// clear out m_tempDItoGI
FOREACH_InputDevice( d )
{
for( int b=0; b<GetNumDeviceButtons(d); b++ )
for( int b=0; b<NUM_DeviceButton; b++ )
{
m_tempDItoGI[d][b].MakeInvalid();
}