mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-30 06:58:30 +00:00
Fixed Visual Studio warning 4244
This commit is contained in:
@@ -463,7 +463,7 @@ int SDL_DINPUT_JoystickSameHaptic(SDL_Haptic *haptic, SDL_Joystick *joystick)
|
||||
int SDL_DINPUT_HapticOpenFromJoystick(SDL_Haptic *haptic, SDL_Joystick *joystick)
|
||||
{
|
||||
SDL_hapticlist_item *item;
|
||||
int index = 0;
|
||||
Uint8 index = 0;
|
||||
HRESULT ret;
|
||||
DIDEVICEINSTANCE joy_instance;
|
||||
|
||||
|
Reference in New Issue
Block a user