diff options
Diffstat (limited to 'catchall.cpp')
-rw-r--r-- | catchall.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/catchall.cpp b/catchall.cpp index 42894f7..d20059b 100644 --- a/catchall.cpp +++ b/catchall.cpp @@ -51,7 +51,8 @@ double CatchallEvaluator::equity(const GamePosition &position, const Move &move) adjustment = QUACKLE_STRATEGY_PARAMETERS->vcPlace(start, length, consbits); } - else adjustment = 3.5; + else + adjustment = 3.5; // UVcout << "placement adjustment for " << move << " is " << adjustment << endl; return ScorePlusLeaveEvaluator::equity(position, move) + adjustment; |