From cd88a7590ab1ef746dbb2a064f7727f0abfb8b03 Mon Sep 17 00:00:00 2001 From: smatz Date: Sat, 3 Jan 2009 17:11:52 +0000 Subject: (svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company without HQ --- src/company_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/company_base.h') diff --git a/src/company_base.h b/src/company_base.h index b92db880b..ee93dd91a 100644 --- a/src/company_base.h +++ b/src/company_base.h @@ -56,7 +56,7 @@ struct Company : PoolItem { uint32 cargo_types; ///< which cargo types were transported the last year - TileIndex location_of_HQ; + TileIndex location_of_HQ; ///< northern tile of HQ ; INVALID_TILE when there is none TileIndex last_build_coordinate; OwnerByte share_owners[4]; -- cgit v1.2.3-70-g09d2