(svn r18342) -Fix: erroneous spaces before ;

This commit is contained in:
rubidium
2009-11-29 19:20:39 +00:00
parent 2784f15304
commit 2e2f72b971
8 changed files with 14 additions and 14 deletions

View File

@@ -62,7 +62,7 @@ struct Company : CompanyPool::PoolItem<&_company_pool> {
uint32 cargo_types; ///< which cargo types were transported the last year
TileIndex location_of_HQ; ///< northern tile of HQ ; INVALID_TILE when there is none
TileIndex location_of_HQ; ///< northern tile of HQ; INVALID_TILE when there is none
TileIndex last_build_coordinate;
OwnerByte share_owners[4];