(svn r4204) - Get trunk compiling again on OS/2

This commit is contained in:
orudge
2006-03-31 16:01:59 +00:00
parent d3fdba9556
commit ff3c61b011
6 changed files with 529 additions and 449 deletions

2
rail.h
View File

@@ -512,5 +512,5 @@ void DrawDefaultWaypointSprite(int x, int y, RailType railtype);
*/
void DrawCatenary(const TileInfo *ti);
uint GetRailFoundation(uint tileh, uint bits);
uint GetRailFoundation(uint tileh, TrackBits bits);
#endif /* RAIL_H */