Mercurial > fife-parpg
diff engine/core/pathfinder/routepather/routepather.h @ 300:1465536aec94
* Reverting revisions 2937 - 2947; these have been pathfinding related changes that partially broke some FIFE-based 3rd party games
* trunk has been copied to branches/active/pathfinding before the revert, so you can continue to work on the pathfinding changes without the risk of breaking trunk by accident
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 06 Jul 2009 19:51:22 +0000 |
parents | 6362c6812580 |
children | 8afb9b443f66 |
line wrap: on
line diff
--- a/engine/core/pathfinder/routepather/routepather.h Mon Jul 06 01:35:34 2009 +0000 +++ b/engine/core/pathfinder/routepather/routepather.h Mon Jul 06 19:51:22 2009 +0000 @@ -92,7 +92,7 @@ std::string getName() const { return "RoutePather"; }; private: typedef std::list<Location> Path; - typedef PriorityQueue<RoutePatherSearch*, int> SessionQueue; + typedef PriorityQueue<Search*, int> SessionQueue; typedef std::list<int> SessionList; typedef std::map<int, Path> PathMap; typedef std::map<Layer*, SearchSpace*> SearchSpaceMap;