File diff r1976:fcef181ed14a → r1977:1f8b99c96041
aystar.h
Show inline comments
 
@@ -27,7 +27,7 @@ enum{
 

	
 
typedef struct AyStarNode AyStarNode;
 
struct AyStarNode {
 
	uint tile;
 
	TileIndex tile;
 
	uint direction;
 
	uint user_data[2];
 
};