aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_ripple.c
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2003-10-17 20:58:57 +0000
committerN.N. <sevyves@users.sourceforge.net>2003-10-17 20:58:57 +0000
commit4e1705f6ffcb44f6ce01417068d441ee9a795a03 (patch)
tree138f4ce437d12a84220c450c6041abe66df33421 /modules/pdp_ripple.c
parentabb45072797cc2ae7b296073c036b9eeb01dbe8c (diff)
Version 0.12.9 ( added pdp_shape )
svn path=/trunk/externals/pidip/; revision=1101
Diffstat (limited to 'modules/pdp_ripple.c')
-rw-r--r--modules/pdp_ripple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_ripple.c b/modules/pdp_ripple.c
index ab7209b..e0ceca7 100644
--- a/modules/pdp_ripple.c
+++ b/modules/pdp_ripple.c
@@ -28,7 +28,7 @@
#include "pdp.h"
#include <math.h>
-#define MAGIC_THRESHOLD 30
+#define MAGIC_THRESHOLD 5
static unsigned int fastrand_val;
#define inline_fastrand() (fastrand_val=fastrand_val*1103515245+12345)