Commit 09f8ad29 authored by Edgar Simo's avatar Edgar Simo

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

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403164
parent b77fa81a
...@@ -1374,7 +1374,7 @@ SDL_SYS_HapticUnpause(SDL_Haptic * haptic) ...@@ -1374,7 +1374,7 @@ SDL_SYS_HapticUnpause(SDL_Haptic * haptic)
* Stops all the playing effects on the device. * Stops all the playing effects on the device.
*/ */
int int
SDL_SYS_HapticUnpause(SDL_Haptic * haptic) SDL_SYS_HapticStopAll(SDL_Haptic * haptic)
{ {
HRESULT ret; HRESULT ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment