summaryrefslogtreecommitdiff
path: root/src/player_base.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-25 16:10:34 +0000
committerbelugas <belugas@openttd.org>2008-08-25 16:10:34 +0000
commit08898f69bebd4ed5fc866aeb31406cc512ed7fcf (patch)
tree939b2bf0ef664550aa207ba7a014be3c9614adb9 /src/player_base.h
parentcf52b683c0a478b113bd25893f49554906edb32f (diff)
downloadopenttd-08898f69bebd4ed5fc866aeb31406cc512ed7fcf.tar.xz
(svn r14169) -Codechange: rename location_of_house for location_of_HQ, which is more exact and less subject to interpretation
Diffstat (limited to 'src/player_base.h')
-rw-r--r--src/player_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_base.h b/src/player_base.h
index 3ede33f15..e699773a4 100644
--- a/src/player_base.h
+++ b/src/player_base.h
@@ -56,7 +56,7 @@ struct Player : PoolItem<Player, PlayerByte, &_Player_pool> {
uint32 cargo_types; ///< which cargo types were transported the last year
- TileIndex location_of_house;
+ TileIndex location_of_HQ;
TileIndex last_build_coordinate;
PlayerByte share_owners[4];