(svn r11908) -Fix: update crossing when merging a company, when building a crossing and after loading older savegame

This commit is contained in:
smatz
2008-01-17 19:49:06 +00:00
parent e0f759f71e
commit b20d1eee6c
6 changed files with 28 additions and 12 deletions

View File

@@ -136,4 +136,6 @@ bool ValParamRoadType(const RoadType rt);
*/
RoadTypes GetPlayerRoadtypes(const PlayerID p);
void UpdateLevelCrossing(TileIndex tile);
#endif /* ROAD_FUNC_H */