summaryrefslogtreecommitdiff
path: root/src/track_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-18 20:58:12 +0000
committerrubidium <rubidium@openttd.org>2007-12-18 20:58:12 +0000
commit7db6c7db388214e663ff4c1e6962b40667b05c21 (patch)
tree09f3e92b9bd507f569b27ca62c6f6c99d983043d /src/track_func.h
parente4ef359f47469b426b8e4a06fe0da867f03e82f3 (diff)
downloadopenttd-7db6c7db388214e663ff4c1e6962b40667b05c21.tar.xz
(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
Diffstat (limited to 'src/track_func.h')
-rw-r--r--src/track_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/track_func.h b/src/track_func.h
index 813f211b1..3f36129f6 100644
--- a/src/track_func.h
+++ b/src/track_func.h
@@ -514,4 +514,4 @@ static inline bool IsStraightRoadTrackdir(Trackdir dir)
return (dir & 0x06) == 0;
}
-#endif /* RAIL_H */
+#endif /* TRACK_FUNC_H */