Merging another last minute fix from force feedback branch (r4036)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403164
This commit is contained in:
Edgar Simo 2008-08-25 10:14:21 +00:00
parent b77fa81aa1
commit 09f8ad29e2

View file

@ -1374,7 +1374,7 @@ SDL_SYS_HapticUnpause(SDL_Haptic * haptic)
* Stops all the playing effects on the device.
*/
int
SDL_SYS_HapticUnpause(SDL_Haptic * haptic)
SDL_SYS_HapticStopAll(SDL_Haptic * haptic)
{
HRESULT ret;