diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/globals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h index 6077057..c9ef461 100644 --- a/src/globals.h +++ b/src/globals.h @@ -43,7 +43,7 @@ #define SAVE_MAGIC "PORTv3" #define MAGIC_LEN 6 -#define BOLD_THRESHOLD 50 +#define BOLD_THRESHOLD 25 #define ABS(x) (((x)<0)?-(x):(x)) typedef unsigned long long ullong; |