diff options
Diffstat (limited to 'aystar.c')
-rw-r--r-- | aystar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ */ #include "stdafx.h" -#include "ttd.h" +#include "openttd.h" #include "aystar.h" // This looks in the Hash if a node exists in ClosedList // If so, it returns the PathNode, else NULL |