changeset 2651:ff33a65123ce gsoc2008_force_feedback

Fixed silly mistake because of coding too fast.
author Edgar Simo <bobbens@gmail.com>
date Mon, 25 Aug 2008 10:10:13 +0000
parents 77b5f12bfe11
children 380d926cc5a7
files src/haptic/win32/SDL_syshaptic.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;