← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/findpath_modification into lp:widelands

 

The constructor failed because you were initializing with a reference in the other constructor. I have changed that to a pointer, since the object has a pointer internally anyway.

For the loop, it's not clear to me how the loop above the end condition actually ensures that eventually there's nothing found.
-- 
https://code.launchpad.net/~widelands-dev/widelands/findpath_modification/+merge/337103
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/findpath_modification.


References