ARRAYSIZE -> ARRAYLEN
This commit is contained in:
@@ -504,7 +504,7 @@ void InputMapper::AutoMapJoysticksForCurrentGame()
|
||||
{
|
||||
InputDevice id = vDevices[i].id;
|
||||
const RString &sDescription = vDevices[i].sDesc;
|
||||
for( unsigned j=0; j<ARRAYSIZE(g_AutoJoyMappings); j++ )
|
||||
for( unsigned j=0; j<ARRAYLEN(g_AutoJoyMappings); j++ )
|
||||
{
|
||||
const AutoJoyMapping& mapping = g_AutoJoyMappings[j];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user