File diff r8129:f8fcdf826c59 → r8130:bece2e5c7460
src/aystar.cpp
Show inline comments
 
@@ -18,13 +18,13 @@
 
 * should call clear() yourself!
 
 */
 

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

	
 
int _aystar_stats_open_size;
 
int _aystar_stats_closed_size;
 

	
 
// This looks in the Hash if a node exists in ClosedList
 
//  If so, it returns the PathNode, else NULL