fix compiler warnings

This commit is contained in:
Steve Checkoway
2003-07-31 20:34:01 +00:00
parent f46d947b70
commit f83b837d76
8 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ void InputMapper::AutoMapJoysticksForCurrentGame()
{
InputDevice device = vDevices[i];
CString sDescription = vDescriptions[i];
for( unsigned j=0; j<NUM_AUTO_JOY_MAPPINGS; j++ )
for( int j=0; j<NUM_AUTO_JOY_MAPPINGS; j++ )
{
const AutoJoyMapping& mapping = g_AutoJoyMappings[j];