summaryrefslogtreecommitdiff
path: root/aystar.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2005-06-02 19:30:21 +0000
committerDarkvater <Darkvater@openttd.org>2005-06-02 19:30:21 +0000
commitba8c649facd49daf7899b7dd88e3f31ac92a624e (patch)
tree243253abb7dad04a2f8a7113f263dfec2836344e /aystar.c
parentb9a6b808134eb16767c816fbb0a14827ad4c8b87 (diff)
downloadopenttd-ba8c649facd49daf7899b7dd88e3f31ac92a624e.tar.xz
(svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Diffstat (limited to 'aystar.c')
-rw-r--r--aystar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aystar.c b/aystar.c
index 82ccb5800..e2f9109fe 100644
--- a/aystar.c
+++ b/aystar.c
@@ -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