# HG changeset patch # User Edgar Simo # Date 1219659013 0 # Node ID ff33a65123cec37bb662ffab14c060652458a657 # Parent 77b5f12bfe115a3a618c6f7354757676dc159711 Fixed silly mistake because of coding too fast. diff -r 77b5f12bfe11 -r ff33a65123ce src/haptic/win32/SDL_syshaptic.c --- a/src/haptic/win32/SDL_syshaptic.c Mon Aug 25 09:58:51 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Mon Aug 25 10:10:13 2008 +0000 @@ -1348,7 +1348,7 @@ * Stops all the playing effects on the device. */ int -SDL_SYS_HapticUnpause(SDL_Haptic * haptic) +SDL_SYS_HapticStopAll(SDL_Haptic * haptic) { HRESULT ret;