summaryrefslogtreecommitdiff
path: root/rail_map.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-09-28 18:42:35 +0000
committerpeter1138 <peter1138@openttd.org>2006-09-28 18:42:35 +0000
commit192137258a2d6aed48511d792c531b2f943b86b5 (patch)
tree62ea5052459de216d783281da856bf237479cc9d /rail_map.h
parentd525bf427833a702d8f04cccf0fe189e8a5dcfca (diff)
downloadopenttd-192137258a2d6aed48511d792c531b2f943b86b5.tar.xz
(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
Diffstat (limited to 'rail_map.h')
-rw-r--r--rail_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_map.h b/rail_map.h
index 2755940c0..c3bfc9681 100644
--- a/rail_map.h
+++ b/rail_map.h
@@ -349,4 +349,4 @@ static inline void MakeRailWaypoint(TileIndex t, Owner o, Axis a, RailType r, ui
_m[t].m5 = RAIL_TILE_DEPOT_WAYPOINT | RAIL_SUBTYPE_WAYPOINT | a;
}
-#endif
+#endif /* RAIL_MAP_H */