Feature: Add existing station coverage area display when placing new station parts.

This commit is contained in:
2019-03-30 16:58:40 +00:00
committed by Niels Martin Hansen
parent b6733edd17
commit 81f0f97406
7 changed files with 88 additions and 0 deletions

View File

@@ -2445,6 +2445,8 @@ void UpdateTileSelection()
int x1;
int y1;
if (_thd.freeze) return;
HighLightStyle new_drawstyle = HT_NONE;
bool new_diagonal = false;