Changeset 158
- Timestamp:
- 04/02/08 16:27:30 (8 months ago)
- Files:
-
- trunk/core/src/shooting_star_boost_wrapper.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/core/src/shooting_star_boost_wrapper.cpp
r157 r158 372 372 // restore the path from the target edge within 373 373 // MAX_NODE iterations. 374 // Some howit doesn't work properly and search exits here374 // Sometimes it doesn't work properly and search exits here 375 375 // even if the target edge was reached. 376 /* 376 377 377 if (!max--) 378 378 { 379 379 *err_msg = "No path found"; 380 380 return -1; 381 } 382 */ 381 } 383 382 } 384 383

