Mercurial > sdl-ios-xcode
changeset 2597:79e3b1a2c590 gsoc2008_force_feedback
Fixed only supporting last effect.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Tue, 05 Aug 2008 11:04:30 +0000 |
parents | b4be02fc05e4 |
children | 5b8f8151e66d |
files | src/haptic/win32/SDL_syshaptic.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/haptic/win32/SDL_syshaptic.c Tue Aug 05 10:41:29 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Tue Aug 05 11:04:30 2008 +0000 @@ -203,7 +203,6 @@ { /* Prepare the haptic device. */ SDL_Haptic *haptic = (SDL_Haptic*) pv; - haptic->supported = 0; /* Get supported. */ EFFECT_TEST(GUID_Spring, SDL_HAPTIC_SPRING);