Station: Add field for number of station tiles

This commit is contained in:
Jonathan G Rennison
2020-06-07 14:37:59 +01:00
parent c552e08ffe
commit 1917a3e0f8
4 changed files with 19 additions and 0 deletions

View File

@@ -738,6 +738,8 @@ class NIHStationStruct : public NIHelper {
seprintf(buffer, lastof(buffer), " %u: %s", ind->index, ind->GetCachedName());
print(buffer);
}
seprintf(buffer, lastof(buffer), " Station tiles: %u", st->station_tiles);
print(buffer);
}
}
};