Mercurial > fife-parpg
log
age | author | description |
---|---|---|
Thu, 02 Jul 2009 02:14:12 +0000 | vtchill | removed the deleted of the heuristic in the RoutePatherSearch class. Don't want to delete the heuristic since it is holding a pointer to a singleton object. If this is ever not holding a pointer returned by a singleton then it will leak since it is not being deleted. |
Tue, 30 Jun 2009 20:03:02 +0000 | wenlin_fife | Added destructor to the routepathersearch class. |