From ebf51ffb6bb44a0a8635ae55fb9253ccc26af976 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 20 Dec 2008 20:26:40 +0000 Subject: (svn r14707) -Cleanup: Replace an 'int' by 'Trackdir'. --- src/aystar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/aystar.h') diff --git a/src/aystar.h b/src/aystar.h index e2b2d73e1..a759b5b22 100644 --- a/src/aystar.h +++ b/src/aystar.h @@ -13,6 +13,7 @@ #include "queue.h" #include "tile_type.h" +#include "track_type.h" //#define AYSTAR_DEBUG enum { @@ -30,7 +31,7 @@ enum{ struct AyStarNode { TileIndex tile; - int direction; + Trackdir direction; uint user_data[2]; }; -- cgit v1.2.3-54-g00ecf