| branch | custombridgeheads |
| changeset 5598 | 166345600ba9 |
| parent 5595 | 049ed4486972 |
| child 5599 | a18b0c2587f7 |
| 5597:ffc0b228cee6 | 5598:166345600ba9 |
|---|---|
1841 MarkTileDirtyByTile(tile); |
1841 MarkTileDirtyByTile(tile); |
1842 } |
1842 } |
1843 } |
1843 } |
1844 |
1844 |
1845 |
1845 |
1846 static uint32 GetTileTrackStatus_Track(TileIndex tile, TransportType mode) |
1846 uint32 GetTileTrackStatus_Track(TileIndex tile, TransportType mode) |
1847 { |
1847 { |
1848 byte a; |
1848 byte a; |
1849 uint16 b; |
1849 uint16 b; |
1850 |
1850 |
1851 if (mode != TRANSPORT_RAIL) return 0; |
1851 if (mode != TRANSPORT_RAIL) return 0; |