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

This commit is contained in:
orudge
2006-03-31 16:01:59 +00:00
parent fa467d2f58
commit 0fe27c16af
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 */