Show
Ignore:
Timestamp:
05/02/07 21:11:41 (1 year ago)
Author:
ug
Message:

Fixed another bug in search in games with variations.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo/search.cpp

    r250 r251  
    15181518void Algo_movelist::endOfNode_process() { 
    15191519  if (movelist.size()>1) { 
    1520     if (movelist[movelist.size()-2] & ENDOFNODE) { 
     1520    if (movelist[movelist.size()-2] & (ENDOFNODE | BRANCHPOINT | ENDOFVARIATION)) { 
    15211521      movelist.push_back(ENDOFNODE); 
    15221522      movelist.push_back(0);