summaryrefslogtreecommitdiff
path: root/src/pathfind.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 00:28:01 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 00:28:01 +0000
commita78d73805f467d3ced0a70a1758435498fd1dbac (patch)
treea6f7dc27debf05db7b7a9dad906e02a054c38796 /src/pathfind.h
parentaa1d429d7f8d94a3fba4b413fc9f15021ddda6a4 (diff)
downloadopenttd-a78d73805f467d3ced0a70a1758435498fd1dbac.tar.xz
(svn r11827) -Codechange: do not include enum_type.hpp unnecessary.
Diffstat (limited to 'src/pathfind.h')
-rw-r--r--src/pathfind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathfind.h b/src/pathfind.h
index d01dcc564..d381b45a4 100644
--- a/src/pathfind.h
+++ b/src/pathfind.h
@@ -55,7 +55,7 @@ struct TrackPathFinder {
TrackdirByte the_dir;
- TransportTypeByte tracktype;
+ TransportType tracktype;
uint sub_type;
byte var2;