Station: Add field for number of station tiles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user