summaryrefslogtreecommitdiff
path: root/src/aystar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aystar.h')
-rw-r--r--src/aystar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aystar.h b/src/aystar.h
index 4920a37d4..f00da20b1 100644
--- a/src/aystar.h
+++ b/src/aystar.h
@@ -30,7 +30,7 @@ enum{
typedef struct AyStarNode AyStarNode;
struct AyStarNode {
TileIndex tile;
- uint direction;
+ int direction;
uint user_data[2];
};