From 6a01f2e02a28d005e859ec9a0918fa3e049dbade Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Tue, 22 Jul 2008 10:51:24 +0000 Subject: [PATCH] Alam pointed out that the dummy haptic driver does not compile. --- src/haptic/dummy/SDL_syshaptic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/haptic/dummy/SDL_syshaptic.c b/src/haptic/dummy/SDL_syshaptic.c index 3d8870f8c..81dc4490f 100644 --- a/src/haptic/dummy/SDL_syshaptic.c +++ b/src/haptic/dummy/SDL_syshaptic.c @@ -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;