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
commit72c9b35b119884a393f30d8009a53db87b121c78 (patch)
treea6f7dc27debf05db7b7a9dad906e02a054c38796 /src/pathfind.h
parent818979ebe36f69ef2a08e8efa981dd1105a23237 (diff)
downloadopenttd-72c9b35b119884a393f30d8009a53db87b121c78.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;