changeset 2544:2a61a38dd138 gsoc2008_force_feedback

Alam pointed out that the dummy haptic driver does not compile.
author Edgar Simo <bobbens@gmail.com>
date Tue, 22 Jul 2008 10:51:24 +0000
parents 3544a632064c
children 0e63e7e4a986
files src/haptic/dummy/SDL_syshaptic.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;