Changeset 212 for 06/libkombilo/abstractboard.cpp
- Timestamp:
- 01/13/07 22:50:57 (2 years ago)
- Files:
-
- 1 modified
-
06/libkombilo/abstractboard.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
06/libkombilo/abstractboard.cpp
r210 r212 296 296 int foundNewHere = 1; 297 297 vector<p_cc>::iterator it; 298 for(it = st->begin(); it!=st->end(); it++) {298 for(it=n->begin(); it!=n->end(); it++) { 299 299 if (it->first==yy.first && it->second==yy.second) { 300 300 foundNewHere = 0; … … 303 303 } 304 304 if (foundNewHere) { 305 for(it =newlyFound->begin(); it!=newlyFound->end(); it++) {305 for(it = st->begin(); it!=st->end(); it++) { 306 306 if (it->first==yy.first && it->second==yy.second) { 307 307 foundNewHere = 0;
