File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/pathfinder/npf/aystar.cpp
Show inline comments
 
@@ -24,12 +24,14 @@
 
 */
 

	
 
#include "../../stdafx.h"
 
#include "../../core/alloc_func.hpp"
 
#include "aystar.h"
 

	
 
#include "../../safeguards.h"
 

	
 
/**
 
 * This looks in the hash whether a node exists in the closed list.
 
 * @param node Node to search.
 
 * @return The #PathNode if it is available, else \c NULL
 
 */
 
PathNode *AyStar::ClosedListIsInList(const AyStarNode *node)