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

Commit

Permalink
Alam pointed out that the dummy haptic driver does not compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Jul 22, 2008
1 parent 0563130 commit 6a01f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haptic/dummy/SDL_syshaptic.c
Expand Up @@ -114,7 +114,7 @@ SDL_SYS_HapticUpdateEffect(SDL_Haptic * haptic,


int
SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect * effect, int iterations)
SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect * effect, Uint32 iterations)
{
SDL_SetError("Logic error: No haptic devices available.");
return -1;
Expand Down

0 comments on commit 6a01f2e

Please sign in to comment.