| 2625 | } |
| 2626 | |
| 2627 | void SetTileSelectBigSize(int ox, int oy, int sx, int sy) |
| 2628 | { |
| 2629 | _thd.offs.x = ox * TILE_SIZE; |
| 2630 | _thd.offs.y = oy * TILE_SIZE; |
| 2631 | _thd.new_outersize.x = sx * TILE_SIZE; |
| 2632 | _thd.new_outersize.y = sy * TILE_SIZE; |
| 2633 | } |
| 2634 | |
| 2635 | /** returns the best autorail highlight type from map coordinates */ |
| 2636 | static HighLightStyle GetAutorailHT(int x, int y) |
no outgoing calls
no test coverage detected