Show
Ignore:
Timestamp:
01/13/07 22:50:57 (2 years ago)
Author:
ug
Message:

Fixed bug in abstractBoard; small changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • 06/libkombilo/abstractboard.cpp

    r210 r212  
    296296            int foundNewHere = 1; 
    297297            vector<p_cc>::iterator it; 
    298             for(it = st->begin(); it!=st->end(); it++) { 
     298            for(it=n->begin(); it!=n->end(); it++) { 
    299299              if (it->first==yy.first && it->second==yy.second) { 
    300300                foundNewHere = 0; 
     
    303303            } 
    304304            if (foundNewHere) { 
    305               for(it=newlyFound->begin(); it!=newlyFound->end(); it++) { 
     305              for(it = st->begin(); it!=st->end(); it++) { 
    306306                if (it->first==yy.first && it->second==yy.second) { 
    307307                  foundNewHere = 0;