Fixed build warning on Haiku

This commit is contained in:
Sam Lantinga 2017-01-05 02:53:29 -08:00
parent 4938c5054e
commit e6e6613ca4

View File

@ -178,7 +178,7 @@ extern "C"
}; };
BJoystick *stick; BJoystick *stick;
int i, change; int i;
int16 *axes; int16 *axes;
uint8 *hats; uint8 *hats;
uint32 buttons; uint32 buttons;