(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]

This commit is contained in:
peter1138
2006-09-28 18:42:35 +00:00
parent d525bf4278
commit 192137258a
22 changed files with 41 additions and 17 deletions

View File

@@ -60,4 +60,4 @@ static inline void MakeRailTunnel(TileIndex t, Owner o, DiagDirection d, RailTyp
_m[t].m5 = TRANSPORT_RAIL << 2 | d;
}
#endif
#endif /* TUNNEL_MAP_H */