From 8ee9ab637ea71d80dc31d7e4e467fb985604fe0b Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 30 Sep 2004 17:27:47 +0000 Subject: [PATCH] new defaults --- nlsop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nlsop.h b/nlsop.h index be53ec3..afc0c84 100644 --- a/nlsop.h +++ b/nlsop.h @@ -38,8 +38,8 @@ typedef struct __info #define DIFF_RATE 1000 #define S_D .00001 -#define B_D .00001 -#define C_D .00001 +#define B_D .0 +#define C_D .005 #define MAX_CHARS 128 #define MAX_TXT 32 -- 2.20.1