summaryrefslogtreecommitdiff
path: root/src/company_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-29 19:20:39 +0000
committerrubidium <rubidium@openttd.org>2009-11-29 19:20:39 +0000
commit2e2f72b971a2365518bd9623aedfd64b53d0612c (patch)
tree7389f6dd1ab47d5c8cd79df1730b23980e087896 /src/company_base.h
parent2784f15304cd329bb7288aa54fb338f8bb335c3b (diff)
downloadopenttd-2e2f72b971a2365518bd9623aedfd64b53d0612c.tar.xz
(svn r18342) -Fix: erroneous spaces before ;
Diffstat (limited to 'src/company_base.h')
-rw-r--r--src/company_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_base.h b/src/company_base.h
index 919ad772a..a88ca5800 100644
--- a/src/company_base.h
+++ b/src/company_base.h
@@ -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];