Update land info window to indicate if signal tile is restricted.

This commit is contained in:
Jonathan G Rennison
2015-07-28 21:43:23 +01:00
parent 71012789d2
commit 9fc308b70e
3 changed files with 9 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ public:
/* Tiletype */
SetDParam(0, td.dparam[0]);
SetDParam(1, td.dparam[1]);
GetString(this->landinfo_data[line_nr], td.str, lastof(this->landinfo_data[line_nr]));
line_nr++;