(svn r16993) -Change: make the rail waypoint builder draggable

This commit is contained in:
rubidium
2009-07-30 17:44:13 +00:00
parent e035054ab6
commit 1ab2d22318
7 changed files with 128 additions and 62 deletions

View File

@@ -796,7 +796,7 @@ static inline byte *CreateMulti(byte *layout, int n, byte b)
return layout;
}
static void GetStationLayout(byte *layout, int numtracks, int plat_len, const StationSpec *statspec)
void GetStationLayout(byte *layout, int numtracks, int plat_len, const StationSpec *statspec)
{
if (statspec != NULL && statspec->lengths >= plat_len &&
statspec->platforms[plat_len - 1] >= numtracks &&