# HG changeset patch # User Edgar Simo # Date 1216723884 0 # Node ID 2a61a38dd13812341b5de341721c5271ec92083b # Parent 3544a632064ca9c0fe005a94bae387f0a30b6731 Alam pointed out that the dummy haptic driver does not compile. diff -r 3544a632064c -r 2a61a38dd138 src/haptic/dummy/SDL_syshaptic.c --- a/src/haptic/dummy/SDL_syshaptic.c Sun Jul 20 22:04:57 2008 +0000 +++ b/src/haptic/dummy/SDL_syshaptic.c Tue Jul 22 10:51:24 2008 +0000 @@ -114,7 +114,7 @@ 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;