From 88c375c20c4aa4e46ce0453e42c86ffb4101415d Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 4 Jul 2010 23:01:16 +0200 Subject: [PATCH] PATTERN_SPEC_MATCHFAST: Whitelist PFs instead of blacklisting --- pattern.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pattern.c b/pattern.c index 5e78c50..9def684 100644 --- a/pattern.c +++ b/pattern.c @@ -45,12 +45,11 @@ pattern_spec PATTERN_SPEC_MATCHALL = { /* !!! Note that in order for ELO playout policy to work correctly, this * pattern specification MUST exactly match the features matched by the * BOARD_GAMMA code! You cannot just tinker with this spec freely. */ -#define FAST_NO_LADDER 1 /* 1: Don't match ladders in fast playouts */ pattern_spec PATTERN_SPEC_MATCHFAST = { - [FEAT_PASS] = ~0, - [FEAT_CAPTURE] = ~(1<