summaryrefslogtreecommitdiff
path: root/road_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
commit681c8c016213c471bb2061e7297536b945ea9228 (patch)
tree62ea5052459de216d783281da856bf237479cc9d /road_map.h
parentb49018f7b16288601987e78f762f6de974a6d002 (diff)
downloadopenttd-681c8c016213c471bb2061e7297536b945ea9228.tar.xz
(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
Diffstat (limited to 'road_map.h')
-rw-r--r--road_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/road_map.h b/road_map.h
index 9ec26da61..07670f97c 100644
--- a/road_map.h
+++ b/road_map.h
@@ -210,4 +210,4 @@ static inline void MakeRoadDepot(TileIndex t, Owner owner, DiagDirection dir)
_m[t].m5 = ROAD_TILE_DEPOT << 4 | dir;
}
-#endif
+#endif /* ROAD_MAP_H */