returns the best autorail highlight type from map coordinates */
| 2634 | |
| 2635 | /** returns the best autorail highlight type from map coordinates */ |
| 2636 | static HighLightStyle GetAutorailHT(int x, int y) |
| 2637 | { |
| 2638 | return HT_RAIL | _autorail_piece[x & TILE_UNIT_MASK][y & TILE_UNIT_MASK]; |
| 2639 | } |
| 2640 | |
| 2641 | /** |
| 2642 | * Reset tile highlighting. |
no outgoing calls
no test coverage detected