diff options
Diffstat (limited to 'src/player_base.h')
-rw-r--r-- | src/player_base.h | 2 |
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]; |