# HG changeset patch # User Edgar Simo # Date 1217934270 0 # Node ID 79e3b1a2c590ea1a1e2682417196fbeecd12a128 # Parent b4be02fc05e46204e5d3267a7ad4b66b0bbb9b90 Fixed only supporting last effect. diff -r b4be02fc05e4 -r 79e3b1a2c590 src/haptic/win32/SDL_syshaptic.c --- 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);