Mercurial > sdl-ios-xcode
changeset 2715:336b604ec15b
Merging another last minute fix from force feedback branch (r4036)
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Mon, 25 Aug 2008 10:14:21 +0000 |
parents | 1d1be6137875 |
children | f8f68f47285a |
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 10:04:06 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Mon Aug 25 10:14:21 2008 +0000 @@ -1374,7 +1374,7 @@ * Stops all the playing effects on the device. */ int -SDL_SYS_HapticUnpause(SDL_Haptic * haptic) +SDL_SYS_HapticStopAll(SDL_Haptic * haptic) { HRESULT ret;