Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Yep, 0 is the correct value here
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 25, 2008
1 parent d42d4f6 commit d0b2e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/win32/SDL_syshaptic.c
Expand Up @@ -184,7 +184,7 @@ SDL_SYS_HapticInit(void)

/* Look for haptic devices. */
ret = IDirectInput_EnumDevices( dinput,
0, /* Not sure if this is legal, but gets all devices. */
0,
EnumHapticsCallback,
NULL, DIEDFL_FORCEFEEDBACK | DIEDFL_ATTACHEDONLY);
if (FAILED(ret)) {
Expand Down

0 comments on commit d0b2e77

Please sign in to comment.