From: johann d. <jd...@us...> - 2002-02-08 22:53:56
|
Update of /cvsroot/linuxconsole/ruby/utils In directory usw-pr-cvs1:/tmp/cvs-serv10813 Modified Files: fftest.c Log Message: Fixed FF_DAMPER/FF_FRICTION type for effect 3. Index: fftest.c =================================================================== RCS file: /cvsroot/linuxconsole/ruby/utils/fftest.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- fftest.c 8 Feb 2002 18:49:35 -0000 1.13 +++ fftest.c 8 Feb 2002 22:53:53 -0000 1.14 @@ -165,7 +165,7 @@ } /* download an condition damper effect */ - effects[3].type = FF_SPRING; + effects[3].type = FF_DAMPER; effects[3].id = -1; effects[3].u.condition[0].right_saturation = 0x7fff; effects[3].u.condition[0].left_saturation = 0x7fff; |